[q-lang-users] Not able to build RC2
Brought to you by:
agraef
From: Patrick A. <rp...@al...> - 2006-05-27 20:13:03
|
Hello, I am not able to build q-7.1rc2.tar.gz I am running 64 bit Debian unstable, AMD, SMP. configure ran ok, and I installed libgmp3, but make fails as shown below. I tried running alien on the rpm, but failed due to 32-bit library problems. Thanks for any tips, Patrick. -- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libltdl -I../readline-4.2 -DYEAR='"2006"' -DSYSINFO='" x86_64-unknown-linux"' -DQPATH='".:/usr/local/share/q/lib:/usr/local/lib/q"' -DQEXEC='"/usr/local/bi n/q"' -DLIBTOOL='"/usr/local/lib/q/libtool"' -DCC='"gcc"' -DREADLINE_LIBRARY -g -O2 -MT qcc-getopt1. o -MD -MP -MF ".deps/qcc-getopt1.Tpo" -c -o qcc-getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \ then mv -f ".deps/qcc-getopt1.Tpo" ".deps/qcc-getopt1.Po"; else rm -f ".deps/qcc-getopt1.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -DYEAR='"2006"' -DSYSINFO='"x86_64-unknown-linux"' -DQPATH='".:/usr/local/share/q/lib:/usr/local/lib/q"' -DQEXEC='"/usr/local/bin/q"' -DLIBTOOL='"/usr/local/lib/q/libtool"' -DCC='"gcc"' -DREADLINE_LIBRARY -g -O2 -o qcc qcc-qcc.o qcc-qbase.o qcc-sys.o qcc-getopt.o qcc-getopt1.o -lgmp -lcrypt -lutil -lnsl -lm gcc -DYEAR=\"2006\" -DSYSINFO=\"x86_64-unknown-linux\" -DQPATH=\".:/usr/local/share/q/lib:/usr/local/lib/q\" -DQEXEC=\"/usr/local/bin/q\" -DLIBTOOL=\"/usr/local/lib/q/libtool\" -DCC=\"gcc\" -DREADLINE_LIBRARY -g -O2 -o qcc qcc-qcc.o qcc-qbase.o qcc-sys.o qcc-getopt.o qcc-getopt1.o /usr/lib/libgmp.so -lcrypt -lutil -lnsl -lm PATH=".:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/rpm/bin:/home/rpm/bin" QPATH="../stdlib:../modules/clib:../modules/clib" ./q ./qcwrap.q ./qcwrap.q def: error loading module Warning: 268 unresolved external symbols ! File def, line 297: Value mismatch in definition make[2]: *** [qcwrap.c] Error 2 make[2]: Leaving directory `/home/rpm/downloads/q-7.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rpm/downloads/q-7.1' make: *** [all] Error 2 |