Re: AIX library creation for dynamic loading

2002-05-28 Thread Don Anderson
Jeff Trawick wrote on May 24: > [EMAIL PROTECTED] (Don Anderson) writes: > > > Hello, > > > > I seek your advice on some weirdness I've noticed with AIX 4.3.3. I > > want to create a shared library for dynamic loading using libtool with > > the

Re: AIX library creation for dynamic loading

2002-05-28 Thread Don Anderson
nd the strangeness. Thank you! - Don -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Don Anderson[EMAIL PROTECTED] Sleepycat Software Inc. +1-978-287-4781 118 Tower Rd. http://www.sleepycat.com

AIX library creation for dynamic loading

2002-05-23 Thread Don Anderson
separate message. - Don -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Don Anderson[EMAIL PROTECTED] Sleepycat Software Inc. +1-978-287-4781 118 Tower Rd. http://www.sleepycat.com Lincoln, MA 01773 ___ Li

Re: MacOSX and autoconf/automake/libtool

2002-05-22 Thread Don Anderson
or libtool. Finally, if you happen to need a .jnilib (a .so that can be loadable by Java as a JNI), you need some way to produce an output file that ends in .jnilib. Libtool can't do this yet; but you can workaround in Java by using System.load() rather than System.loadLibrary(). - Don --

libtool and JNI libraries on Mac OS X

2002-05-21 Thread Don Anderson
be glad to make this change and test it on OS X if you all agree it's the right approach. - Don -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Don Anderson[EMAIL PROTECTED] Sleepycat Software Inc. +1-978-287-4781 118 To

Libtool fix for Freebsd

2001-11-19 Thread Don Anderson
Hello, Here's a diff against the CVS trunk to address an issue on FreeBSD. FreeBSD apparently shares with OpenBSD that -lc should not be explicitly linked in. We've tested the equivalent change made against libtool 1.4.2. Can someone pick up this fix? Thanks! - Don Anders

Patch for libtool 1.4 on QNX.

2001-07-10 Thread Don Anderson
ck_method=unknown ;; osf3* | osf4* | osf5*) ======== - Don Anderson -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Remember to send requests for assistance on new problems to [EMAIL PROTECTED] =-=-=-=-=-=

Fix for libtool on freebsd: defer use of -lc until app is linked

2001-06-17 Thread Don Anderson
this change on freebsd. Can somebody please incorporate this? We submitted an equivalent patch for a previous version of libtool, but somehow it never got in. Please clue me in if there's a better way to submit patches. Thanks! - Don Anderson *** ltmain.in.ORIG Tue Apr 24 19:10:46 2001

Patch for QNX support for libtool-1.3.5

2000-10-12 Thread Don Anderson
ath_overrides_runpath=yes + deplibs_check_method='pass_all' + ;; + *) dynamic_linker=no ;; =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Don Anderson[EMAIL PROTECTED] Sleepycat Software Inc. +1-978-287-4781 3

Fix for FreeBSD: adding -lc interferes with ld's -pthread

2000-07-27 Thread Don Anderson
propagated back to the maintainers. The problem is that the FreeBSD linker has a -pthread option that is used to select internally select whether to use -lc or -lc_r. Having libtool add -lc seems to interfere with this. I hope this helps, and thanks for all your great work. - Don Anderson dda