Shawn Walker wrote:
> If disable asm support with ./configure --enable-asm=no, then I get
> these errors:
Run make depend first.
Ah, not used to having to do that. That helps, but part of the way through compilation I hit this:
gcc -s -L/usr/openwin/lib -o tests/test obj/unix/test.o
lib/unix/liballeg.a -lm -lpthread -lXpm -lXext -lX11 -L/usr/lib -lesd
-laudiofile -lm -lrt -lresolv -lnsl -lsocket -lposix4
Undefined
first referenced
symbol
in file
split_modex_screen
obj/unix/test.o
ld: fatal: Symbol referencing errors. No output written to tests/test
collect2: ld returned 1 exit status
make: *** [tests/test] Error 1