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
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
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
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
-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
-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
-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
-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 -->