Re: libtool 1.5 tag woes (static/shared)

2003-11-19 Thread Sander Niemeijer
Bringing the discussion back to the list. Begin forwarded message: Hi Paolo, I think I start to understand it now. When I was writing my e-mail, the libtool mail archive site was also not reachable, but today it was working again, so I have been able to do some catching up. As you already stat

Re: Suppressing -single_module in Mac OS X 10.3

2003-11-19 Thread Benjamin Reed
Sushil Kambampati wrote: Hi, Can someone please tell me what should I do to suppress the -single_module flag when linking with libtool in Mac OS X 10.3? Thanks in advance. See my post to teh unix-porting list; your gcc is broken... -- Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.co

ac_aux_dir problem [was Re: quick changes question]

2003-11-19 Thread Patrick Welche
Somehow during execution of configure, ac_aux_dir becomes unset (!) To repeat, create this highly complex configure.ac: AC_INIT([autoprob],[1.0]) AC_PROG_LIBTOOL AC_OUTPUT automake -a cp /usr/local/share/automake/config.{sub,guess} . libtoolize aclocal autoconf Then apply something like the att

check_LTLIBRARIES and -module ??

2003-11-19 Thread Magnus Therning
This is part of my Makefile.am for my test directory: check_PROGRAMS = test check_LTLIBRARIES = libtest.la test_SOURCES = ... test_DEPEDENCIES = libtest.la libtest_la_SOURCES = ... libtest_la_LDFLAGS = -module What's above doesn't result in a shared object at all, which is what I w

[Fwd: Re: m4 from cvs, cygwin]

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: | Gary -- | | I tried building CVS m4 again using autoconf-2.59, automake-1.7.9, and | libtool-HEAD-2003. You may very well need to bootstrap libtool-HEAD with CVS automake, although if you did so, it is a bug in m4 if automake

Re: ac_aux_dir problem [was Re: quick changes question]

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Welche wrote: | Somehow during execution of configure, ac_aux_dir becomes unset (!) Thanks for the detailed report, this made tracking it down much easier. I hadn't tested without AM_INIT_AUTOMAKE which sets ac_aux_dir in config.status. I just

Re: quick changes question

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Welche wrote: | On Mon, Nov 17, 2003 at 02:15:51PM +, Patrick Welche wrote: | The Fine Manual tells me that libtool no longer exists during configure.in | execution => libtool --config fails because it is no longer necessary :-) | What shoul

Re: Problem with check...

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vaillant Etienne wrote: | Hello, | | I have a projet which uses automake/autoconf/libtool under cygwin but | the problem is the same under linux. | | Directory organisation : | | . | ./src | ./src/p1 | ./src/p2 | ./src/p2/tests | | ./src/p1 -->