|
From: Geoff H. <ghu...@ws...> - 2002-03-06 19:55:20
|
On Wed, 6 Mar 2002, Willy Calderon wrote: > OK, I setenv LDFLAGS =96L/usr/lib32 and the ./configure and it ran. Agai= n,=20 > during the make process, I get another error except this time previous=20 > warnings in /usr/lib32/ > [snip] > ld32: WARNING 84 : /usr/lib32/libsocket.so is not used for resolving any= =20 > symbol. These warnings are fine--the libraries are included even though they may not be needed. The IRIX linker is much more verbose about this than any others. > ld32: ERROR 33 : Unresolved text symbol "alloca" -- 1st referenced by= =20 > ../htlib/libht.a(regex.o). Ugh. Strange that the configure script manage to get things to work, but it doesn't here. What you want to do is remove regex.* and take the regex target out of the htlib Makefile. This should use the builtin IRIX system call rather than the GNU-regex that's included. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ |