From: <mcn...@au...> - 2001-02-23 22:47:59
|
Hi David, We have patched "libtool" to support run-time-linking on AIX. This is quite different from the linking AIX normally does. You may be able to take the libtool files from one of our SRPMS and make it work for you (ltconfig and ltmain.sh). The key is to set LDFLAGS before you do ./configure and build libtool. export LDFLAGS=-Wl,-brtl or setenv LDFLAGS -Wl,-brtl will configure libtool to build using run-time-linking. Dan > Date: Fri, 23 Feb 2001 10:44:29 -0900 > From: David Edge <de...@ak...> > To: aixtoolbox-list <aix...@dw...> > Subject: [toolbox-l] glib and gnome-libs problems > > All, > > I've been working with the rpm packages and third party software > (balsa-1.1.1) and have noticed a couple of things. First, glib is not > usable by other software packages. I've searched for the problem, but no > luck. My only way around it was to install Bull's freeware version of glib > and set LIBPATH=/usr/local/lib:/usr/lib:/opt/freeware/lib. Grab a copy of > balsa or archimedes and run ./configure to see the error. > > Secondly, the same package (balsa-1.x.x) requires gnome-libs of at least > 1.2.1. The toolbox has version 1.2.0. Are there plans to release and > updated version? I tried to build the latest version myself, but again I > ran into a glib problem. > > I also can see the potential this toolbox offers. Looking forward to > building with these toolkits. > > David Edge > de...@ak... > _______________________________________________ > aixtoolbox-list mailing list > aix...@os... > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > |