On Wed, Nov 17, 2004 at 11:56:19PM -0800, Aleem M Subhedar wrote: > gcc -Wall -g -O2 -o .libs/swish-e swish.o keychar_out.o dump.o result_output.o > ./.libs/libswishindex.a -L/usr/local/lib -lxml2 -lpt > hread -liconv -L./.libs -lswish-e -lz -lm > -Wl,-blibpath:/usr/local/lib:/paph/cre/www/ponlworld/cgi-bin/swish-e/lib:/usr/l > ocal/lib/gc > c-lib/powerpc-ibm-aix4.3.3.0/2.8.1:/usr/local/lib:/usr/lib:/lib > > collect2: ld returned 8 exit status > > ld: 0711-317 ERROR: Undefined symbol: .allocatePropIOBuffer Well, I know nothing of AIX -- so I hope someone else responds. Do you have a tool like objdump or nm to dump symbols? $ nm src/.libs/libswish-e.a | grep allocate 00000df0 T allocatePropIOBuffer I'm curious about the dot prefix in your error message. I wonder if building with --disable-shared would help. Hum, I sure can find a lot of questions on google about this. Most questions I found didn't have answers... http://www.google.com/search?hl=en&lr=&q=AIX++%22ERROR%3A+Undefined+symbol%3A%22+autoconf&btnG=Search A few I looked at: http://lists.gnu.org/archive/html/help-cgicc/2002-11/msg00021.html http://www.apache.org/~trawick/apache-2-on-aix.html http://lists.samba.org/archive/samba-technical/2003-April/028718.html -- Bill Moseley moseley@hank.org Unsubscribe from or help with the swish-e list: http://swish-e.org/Discussion/ Help with Swish-e: http://swish-e.org/current/docs swish-e@sunsite.berkeley.eduReceived on Thu Nov 18 06:47:12 2004