Alexey Kardashevskiy changed bug 921577
What Removed Added
CC   aik@au1.ibm.com

Comment # 6 on bug 921577 from
I could not figure out where you got the sources from so I tried the latest
doxygen git which is 1.8.9.1 as well. The reproduce steps did not work for me
either - there is no "tmake/lib/linuxg++/tmake.conf" in doxygen's git (missing
a minus in the name); "-fmessage length=0" needs to be "-fmessage-length=0".

With the commands below I get a linker error. What do I miss?


===
sed -i~ '/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE =
-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables -g @'
tmake/lib/linux-g++/tmake.conf 

make clean && rm -rf doxygen_docs && rm -f doxygen.tag

./configure --prefix /usr --install /usr/bin/install && make -j4 &&
./bin/doxygen
===

g++  -o ../bin/doxygen ../objects/doxygen/main.o  -L../lib -ldoxygen
-lvhdlparser -ldoxycfg -lqtools -lmd5 -lpthread 
../lib/libdoxycfg.a(config.o): In function `Config::create()':
/home/aik/doxygen/src/config.l:1702: undefined reference to
`addConfigOptions(Config*)'
/home/aik/doxygen/src/config.l:1702: undefined reference to
`addConfigOptions(Config*)'
/home/aik/doxygen/src/config.l:1702: undefined reference to
`addConfigOptions(Config*)'
collect2: error: ld returned 1 exit status
Makefile.doxygen:57: recipe for target '../bin/doxygen' failed
gmake[2]: *** [../bin/doxygen] Error 1
gmake[2]: Leaving directory '/home/aik/doxygen/src'
Makefile:41: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/home/aik/doxygen/src'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2


You are receiving this mail because: