Re: [softwerk-dev] Troubles with Softwerk
Status: Beta
Brought to you by:
pbd
|
From: Dave P. <dl...@br...> - 2000-11-27 22:24:31
|
Paul Barton-Davis wrote:
> ok, so try "rm config.cache" again, then send me the results (both the
> screen output and config.log.
Okay, see below.
Btw, I downloaded, built, and installed the latest libtool package from
the GNU site (libtool-1.3.5). I cleared the old versions (or I think I
have), and ran ldconfig again. Softwerk configuration still dies at the
same point:
From the screen:
make[1]: Leaving directory
`/home/dlphilp/softwerk-1.99.1/libs/build/pbd'
if [ ! -f .configured_gtkmmext ] ; then \
(cd build/gtkmmext; ../../src/gtkmmext/configure
--disable-static --prefix=/home/dlphilp/softwerk-1.99.1/libs);\
fi
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking cached system tuple... ok
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for ranlib... ranlib
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
checking for object suffix... o
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for sigc-config... /usr/local/bin/sigc-config
checking for libsigc++ - version >= 0.8.0... 1.0.1
checking if libsigc++ sane... yes
checking for glib-config... /usr/local/bin/glib-config
checking for GLIB - version >= 1.0.0... yes
checking for gtk-config... /usr/local/bin/gtk-config
checking for GTK - version >= 1.0.0... yes
checking for gtkmm-config... /usr/local/bin/gtkmm-config
checking for GTK-- - version >= 1.2.0... yes
checking for pbd-config...
/home/dlphilp/softwerk-1.99.1/libs/bin/pbd-config
checking for libpbd - version >= 1.1.0... 1.1.1
checking if libpbd sane... no
configure: error: *** libgtkmmext requires libpbd v1.1, but it doesn't
appear to be installed
make: *** [.configured_gtkmmext] Error 1
From config.log:
configure:604: checking host system type
configure:652: checking host system type
configure:673: checking target system type
configure:691: checking build system type
configure:716: checking cached system tuple
configure:762: checking for a BSD compatible install
configure:815: checking whether build environment is sane
configure:872: checking whether make sets ${MAKE}
configure:918: checking for working aclocal
configure:931: checking for working autoconf
configure:944: checking for working automake
configure:957: checking for working autoheader
configure:970: checking for working makeinfo
configure:994: checking for c++
configure:1026: checking whether the C++ compiler (c++ ) works
configure:1042: c++ -o conftest conftest.C 1>&5
configure:1068: checking whether the C++ compiler (c++ ) is a
cross-compiler
configure:1073: checking whether we are using GNU C++
configure:1082: c++ -E conftest.C
configure:1101: checking whether c++ accepts -g
configure:1139: checking for gcc
configure:1252: checking whether the C compiler (gcc ) works
configure:1268: gcc -o conftest conftest.c 1>&5
configure:1294: checking whether the C compiler (gcc ) is a
cross-compiler
configure:1299: checking whether we are using GNU C
configure:1308: gcc -E conftest.c
configure:1327: checking whether gcc accepts -g
configure:1370: checking for ld used by GCC
configure:1433: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.9.1 (with BFD 2.9.1.0.24)
configure:1520: checking for ranlib
configure:1548: checking for BSD-compatible nm
configure:1585: checking whether ln -s works
ltconfig:590: checking for object suffix
ltconfig:591: gcc -c -g -O2 conftest.c 1>&5
ltconfig:721: checking if gcc PIC flag -fPIC works
ltconfig:722: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5
ltconfig:764: checking if gcc supports -c -o file.o
ltconfig:765: gcc -c -g -O2 -c -o conftest2.o conftest.c 1>&5
ltconfig:792: checking if gcc supports -c -o file.lo
ltconfig:793: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5
ltconfig:844: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:845: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c
conftest.c 1>&5
ltconfig:888: checking if gcc static flag -static works
ltconfig:889: gcc -o conftest -g -O2 -static conftest.c 1>&5
GNU ld version 2.9.1 (with BFD 2.9.1.0.24)
ltconfig:1478: checking if global_symbol_pipe works
ltconfig:1479: gcc -c -g -O2 conftest.c 1>&5
ltconfig:1482: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[
]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2\3 \3/p' > conftest.nm"
ltconfig:1534: gcc -o conftest -g -O2 -fno-builtin -fno-rtti
-fno-exceptions conftest.c conftstm.o 1>&5
configure:1963: checking for sigc-config
configure:1999: checking for libsigc++ - version >= 0.8.0
configure:2054: checking if libsigc++ sane
configure:2100: c++ -o conftest -g -O2 -I/usr/local/lib/sigc++/include
-I/usr/local/include conftest.C -L/usr/local/lib -lsigc -lpthread
1>&5
configure:2202: checking for glib-config
configure:2237: checking for GLIB - version >= 1.0.0
configure:2336: gcc -o conftest -g -O2 -I/usr/local/lib/glib/include
-I/usr/local/include conftest.c -L/usr/local/lib -lglib 1>&5
configure:2472: checking for gtk-config
configure:2507: checking for GTK - version >= 1.0.0
configure:2608: gcc -o conftest -g -O2 -I/usr/local/lib/glib/include
-I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib
-L/usr/X11R6/lib -lgtk -
lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm 1>&5
configure:2735: checking for gtkmm-config
configure:2771: checking for GTK-- - version >= 1.2.0
configure:2885: c++ -o conftest -g -O2 -I/usr/local/lib/gtkmm/include
-I/usr/local/include -I/usr/local/lib/glib/include -I/usr/X11R6/include
-I/usr/local/lib/sigc++
/include conftest.C -rdynamic -L/usr/local/lib -L/usr/X11R6/lib
-lgtkmm -lgdkmm -lgtk -lgdk -lgmodule -lglib -ldl -lXext -lX11 -lm
-lsigc -lpthread 1>&5
In file included from /usr/include/g++-2/stl_alloc.h:57,
from /usr/include/g++-2/alloc.h:21,
from /usr/include/g++-2/std/bastring.h:39,
from /usr/include/g++-2/string:6,
from /usr/local/include/gtk--/base.h:28,
from /usr/local/include/gtk--.h:70,
from configure:2808:
/usr/include/stdlib.h:520: warning: declaration of `exit(int)' throws
different exceptions
configure:2805: warning: previous declaration here
configure:3020: checking for pbd-config
configure:3056: checking for libpbd - version >= 1.1.0
configure:3110: checking if libpbd sane
configure:3149: c++ -o conftest -g -O2
-I/home/dlphilp/softwerk-1.99.1/libs/include
-I/usr/local/lib/sigc++/include -I/usr/local/include conftest.C
-L/home/dlphil
p/softwerk-1.99.1/libs/lib -L/usr/local/lib -lpbd -lltdl -lsigc
-lpthread 1>&5
configure: failed program was:
#line 3121 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
#endif
#include <stdio.h>
#include <pbd/version.h>
#include <pbd/transmitter.h>
Transmitter error(Transmitter::Error);
Transmitter info(Transmitter::Info);
Transmitter warning(Transmitter::Warning);
Transmitter fatal(Transmitter::Fatal);
int main(int argc,char **argv)
{
if (pbd_major_version!=1 ||
pbd_minor_version!=1 ||
pbd_micro_version!=1)
{ printf("(%d.%d.%d) ",
pbd_major_version,pbd_minor_version,pbd_micro_version);
return 1;
}
}
Also this from /usr/local/lib:
[dlphilp@localhost lib]$ ls -l libltd*
-rw-r--r-- 1 root root 42742 Nov 27 15:17 libltdl.a
-rwxr-xr-x 1 root root 647 Nov 27 15:17 libltdl.la
lrwxrwxrwx 1 root root 16 Nov 27 15:17 libltdl.so ->
libltdl.so.0.1.2
lrwxrwxrwx 1 root root 16 Nov 27 15:17 libltdl.so.0 ->
libltdl.so.0.1.2
-rwxr-xr-x 1 root root 44631 Nov 27 15:17 libltdl.so.0.1.2
And from /usr/local/bin:
[dlphilp@localhost bin]$ ls -l libt*
-rwxr-xr-x 1 root root 118871 Nov 27 15:17 libtool
-rwxr-xr-x 1 root root 8117 Nov 27 15:17 libtoolize
Everything's been linked to /usr/lib and /usr/bin as well. The default
installation was to /usr/local, RH had the stuff in /usr. I also
uninstalled the original RH RPM.
Best regards,
== Dave Phillips
The Book Of Linux Music & Sound (http://www.nostarch.com/lms.htm)
The Linux Soundapps Site (http://www.bright.net/~dlphilp/linuxsound/)
Currently listening to: "Notjustmoreidlechatter" by Paul Lansky
|