On Mon, 14 Jan 2002, Itay Meiri wrote: > Hi, > > Any one knows how to cause automake to use > GNU ld instead of 'ar'? > I replaced AC_PROG_RANLIB with AC_PROG_LIBTOOL > and changed all LIBRARIES primaries to LTLIBRARIES as > well as calling ./configure with --with-gnu-ld. Nothing worked.
What exactly happens? I don't know automake, but libtool should not come instead of ar. It should come *before* it. The command that you should run is: libtool ld <whatever other parameters required> Use 'make -n' to see what exactly gets called. -- Tzafrir Cohen /"\ mailto:[EMAIL PROTECTED] \ / ASCII Ribbon Campaign Taub 229, 972-4-829-3942, X Against HTML Mail http://www.technion.ac.il/~tzafrir / \ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]