ORBit2-2.6.0 configure problem



Hi,

I am trying to build ORBit2-2.0.6 on a bare LFS install. I have
installed all of the required libraries as they was asked for by the
configure script:

pkgconfig-0.15.0.tar.bz2
linc-1.0.1.tar.bz2
glib-2.0.7.tar.bz2
libIDL-0.8.0.tar.bz2
popt-1.5.tar.gz
gettext-0.11.5.tar.gz

All libraries have been configure with "--prefix=$HOME". 

I have tried to install popt-1.5 as well as popt-1.7 but the configure
script keeps complaining and asking me to install at least popt-1.5.
Obviously I have done that, so what can I do to make the configure
script happy ?

BTW: I checked popt.h and poptStrippedArgv() was right there at the
bottom so I assume that it must be present in the library too.

The output is:

#######################################################################
sfws65: ./configure --prefix=$HOME
checking for a BSD compatible install... /opt/x11r6/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /opt/x11r6/sparc-sun-solaris2.5.1/bin/ld
checking if the linker (/opt/x11r6/sparc-sun-solaris2.5.1/bin/ld) is GNU ld... yes
checking for /opt/x11r6/sparc-sun-solaris2.5.1/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/x11r6/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /opt/x11r6/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static 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 whether the linker (/opt/x11r6/sparc-sun-solaris2.5.1/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... yes
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for aclocal flags...
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /opt/x11r6/bin/install -c
checking for indentation command to pipe generated c-files through... indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st
checking for mawk... no
checking for gawk... gawk
checking for pkg-config... /home/zhangp/bin/pkg-config
./configure: !: not found
checking for    linc >= 1.0.0   glib-2.0 >= 2.0.0       gobject-2.0 >= 2.0.0
gmodule-2.0 >= 2.0.0... yes
checking ORBIT_CFLAGS... -threads -I/home/zhangp/include/linc-1.0 -I/home/zhangp/include/glib-2.0 -I/home/zhangp/lib/glib-2.0/include
checking ORBIT_LIBS... -threads -Wl,--export-dynamic -L/home/zhangp/lib -llinc -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
checking for    libIDL-2.0 >= 0.7.4     glib-2.0 >= 2.0.0       gobject-2.0 >= 2.0.0    gmodule-2.0 >= 2.0.0... yes
checking ORBIT_IDL_CFLAGS... -I/home/zhangp/include/libIDL-2.0 -I/home/zhangp/include/glib-2.0 -I/home/zhangp/lib/glib-2.0/include
checking ORBIT_IDL_LIBS... -Wl,--export-dynamic -L/home/zhangp/lib -lIDL-2 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
checking for    libIDL-2.0 >= 0.7.4     linc >= 1.0.0   glib-2.0 >= 2.0.0... yeschecking ORBIT_NAME_CFLAGS... -threads -I/home/zhangp/include/libIDL-2.0 -I/home/zhangp/include/glib-2.0 -I/home/zhangp/lib/glib-2.0/include -I/home/zhangp/include/linc-1.0
checking ORBIT_NAME_LIBS... -threads -L/home/zhangp/lib -lIDL-2 -llinc -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/endian.h... no
checking for a BSD compatible install... /opt/x11r6/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /opt/x11r6/sparc-sun-solaris2.5.1/bin/ld
checking if the linker (/opt/x11r6/sparc-sun-solaris2.5.1/bin/ld) is GNU ld... yes
checking for /opt/x11r6/sparc-sun-solaris2.5.1/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/x11r6/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /opt/x11r6/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static 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
:q
sfws65: ./configure --prefix=$HOME
checking for a BSD compatible install... /opt/x11r6/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /opt/x11r6/sparc-sun-solaris2.5.1/bin/ld
checking if the linker (/opt/x11r6/sparc-sun-solaris2.5.1/bin/ld) is GNU ld... yes
checking for /opt/x11r6/sparc-sun-solaris2.5.1/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/x11r6/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /opt/x11r6/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static 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 whether the linker (/opt/x11r6/sparc-sun-solaris2.5.1/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... yes
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for aclocal flags...
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /opt/x11r6/bin/install -c
checking for indentation command to pipe generated c-files through... indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st
checking for mawk... no
checking for gawk... gawk
checking for pkg-config... /home/zhangp/bin/pkg-config
./configure: !: not found
checking for    linc >= 1.0.0   glib-2.0 >= 2.0.0       gobject-2.0 >= 2.0.0
gmodule-2.0 >= 2.0.0... yes
checking ORBIT_CFLAGS... -threads -I/home/zhangp/include/linc-1.0 -I/home/zhangp/include/glib-2.0 -I/home/zhangp/lib/glib-2.0/include
checking ORBIT_LIBS... -threads -Wl,--export-dynamic -L/home/zhangp/lib -llinc -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
checking for    libIDL-2.0 >= 0.7.4     glib-2.0 >= 2.0.0       gobject-2.0 >= 2.0.0    gmodule-2.0 >= 2.0.0... yes
checking ORBIT_IDL_CFLAGS... -I/home/zhangp/include/libIDL-2.0 -I/home/zhangp/include/glib-2.0 -I/home/zhangp/lib/glib-2.0/include
checking ORBIT_IDL_LIBS... -Wl,--export-dynamic -L/home/zhangp/lib -lIDL-2 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
checking for    libIDL-2.0 >= 0.7.4     linc >= 1.0.0   glib-2.0 >= 2.0.0... yeschecking ORBIT_NAME_CFLAGS... -threads -I/home/zhangp/include/libIDL-2.0 -I/home/zhangp/include/glib-2.0 -I/home/zhangp/lib/glib-2.0/include -I/home/zhangp/include/linc-1.0
checking ORBIT_NAME_LIBS... -threads -L/home/zhangp/lib -lIDL-2 -llinc -lgobject-2.0 -lgthread-2.0 -lglib-2.0
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/endian.h... no
checking for endian.h... no
checking for machine/endian.h... no
checking for sys/machine.h... no
checking for sys/isa_defs.h... yes
checking for sys/poll.h... yes
checking for stddef.h... yes
checking for wchar.h... yes
checking for wcstr.h... no
checking for wctype.h... yes
checking for machine/types.h... no
checking for netinet/in.h... yes
checking for sys/un.h... yes
checking for linux/irda.h... no
checking for openssl/ssl.h... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... yes
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... yes
checking for poptStrippedArgv in -lpopt... no
configure: error: You must have popt version 1.5 or greater installed.          
########################################################################


Thanks, 


Payton





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]