libtool vs. AIX



I am getting errors on compiling glib.

I am not very familiar with compiles on AIX as I just recently got a
compiler working.  There are also messages in the configure output that
I have no threads.  Do I need to worry about getting a thread lib or
just be happy with a non-threaded gnome?

THere are heaps more undefined symbols after these.

gcc -shared -o .libs/libglib-1.2.so.0.0.6  garray.o gcache.o
gcompletion.o gdataset.o gdate.o gerror.o ghash.o ghook.o giochannel.o
giounix.o glist.o gmain.o gmem.o gmessages.o gmutex.o gnode.o gprimes.o
grel.o gscanner.o gslist.o gstrfuncs.o gstring.o gtimer.o gtree.o
gutils.o   -lc  -Wl,-bexpall -Wl,-bnoentry ${wl}-berok
(cd .libs && rm -f libglib-1.2.so.0 && ln -s libglib-1.2.so.0.0.6
libglib-1.2.so.0)
(cd .libs && rm -f libglib.a && ln -s libglib-1.2.so.0.0.6 libglib.a)
creating libglib.la
(cd .libs && rm -f libglib.la && ln -s ../libglib.la libglib.la)
        gcc -DHAVE_CONFIG_H -I. -I. -I.
-DG_LOG_DOMAIN=g_log_domain_glib     -g -O2 -Wall  -c testglib.c
        /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall   -o testglib
testglib.o libglib.la
libtool: link: warning: this platform does not like uninstalled shared
librarieslibtool: link: `testglib' will be relinked during installation
gcc -g -O2 -Wall -o .libs/testglib testglib.o -L/.libs -lglib -L/.libs
-L/usr/local/lib
ld: 0711-317 ERROR: Undefined symbol: .g_node_new
ld: 0711-317 ERROR: Undefined symbol: .g_node_depth
ld: 0711-317 ERROR: Undefined symbol: .g_node_max_height
ld: 0711-317 ERROR: Undefined symbol: .g_node_insert_before
ld: 0711-317 ERROR: Undefined symbol: .g_node_prepend
ld: 0711-317 ERROR: Undefined symbol: .g_node_insert
ld: 0711-317 ERROR: Undefined symbol: .g_node_n_nodes
ld: 0711-317 ERROR: Undefined symbol: .g_node_n_children





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]