On Wed, 6 Mar 2002, Willy Calderon wrote: > OK, I setenv LDFLAGS –L/usr/lib32 and the ./configure and it ran. Again, > during the make process, I get another error except this time previous > warnings in /usr/lib32/ > [snip] > ld32: WARNING 84 : /usr/lib32/libsocket.so is not used for resolving any > 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 > ../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/ _______________________________________________ htdig-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/htdig-dev