lux-integ wrote: > Greetings, > > I am having some problems with compiling doxygen on a host with the > following features: > cpu: amd64 (sempron), 2 Gbytes RAM > Linux-build: clfs-dev pure 64 bit, gcc-4.4.2, glibc-2.10.1 kernel-2.6.32 > > below are the options used and results obtained:- > > ----------------------------------------------------------- > ######## configure options > ./configure --prefix /usr --docdir /usr/share/doc > > #### make options > make CC="gcc $BUILD64" CXX="g++ $BUILD64"
I don't know anything about CLFS. You apparently wanted a multi-lib setup, but that is only needed by proprietary applications. On a LFS/BLFS pure64 system, it works fine. With qt4, doxywizard builds also builds OK. I'd say that there is some confusion on your system between /lib and /lib64 or /usr/lib and /usr/lib64. -- Bruce ./configure --prefix /usr --docdir /usr/share/doc make ... make[2]: Entering directory `/usr/src/doxygen/doxygen-1.6.1/src' g++ -c -pipe -D_LARGEFILE_SOURCE -Wall -W -fno-exceptions -O2 -I../qtools -I../libmd5 -I. -o ../objects/main.o main.cpp g++ -o ../bin/doxygen ../objects/main.o -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 make[2]: Leaving directory `/usr/src/doxygen/doxygen-1.6.1/src' /usr/bin/make -f Makefile.doxytag PERL=/usr/bin/perl all make[2]: Entering directory `/usr/src/doxygen/doxygen-1.6.1/src' g++ -c -pipe -D_LARGEFILE_SOURCE -Wall -W -fno-exceptions -O2 -I../qtools -o ../objects/doxytag.o doxytag.cpp g++ -o ../bin/doxytag ../objects/doxytag.o ../objects/logos.o ../objects/version.o -L../lib -lqtools make[2]: Leaving directory `/usr/src/doxygen/doxygen-1.6.1/src' make[1]: Leaving directory `/usr/src/doxygen/doxygen-1.6.1/src' -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
