Hi Christopher,
* Christopher Hulbert wrote on Fri, Feb 10, 2006 at 09:29:44PM CET:
> I'm trying to pass some options to the linker using -Wl,opt1,opt2,
> Libtool is not placing the -Wl, in front of each argument because in
> the generated libtool script, wl="". If I manually replace that w
On Fri, Feb 10, 2006 at 04:30:08PM -0500, Christopher Hulbert wrote:
> archive_cmds="\$CC -o \$lib \$libobjs \$compiler_flags \\\`echo
> \\\"\$deplibs\\\" | \$SED -e 's/ -lc\$//'\\\` -link -dll~linknames="
>
>
> What is the -link and -dll doing? This messes up my linking with the
> PGI C compile
On 2/10/06, Christopher Hulbert <[EMAIL PROTECTED]> wrote:
> archive_cmds="\$CC -o \$lib \$libobjs \$compiler_flags \\\`echo
> \\\"\$deplibs\\\" | \$SED -e 's/ -lc\$//'\\\` -link -dll~linknames="
>
>
> What is the -link and -dll doing? This messes up my linking with the
> PGI C compiler as it can'
archive_cmds="\$CC -o \$lib \$libobjs \$compiler_flags \\\`echo
\\\"\$deplibs\\\" | \$SED -e 's/ -lc\$//'\\\` -link -dll~linknames="
What is the -link and -dll doing? This messes up my linking with the
PGI C compiler as it can't find liblink.a.
libtool 1.5.22
_
I'm trying to pass some options to the linker using -Wl,opt1,opt2,
Libtool is not placing the -Wl, in front of each argument because in
the generated libtool script, wl="". If I manually replace that with
wl="-Wl," it prepends arguments with it as expected.
bash-3.00$ uname -a
CYGWIN_NT-5.1
Hi Gary,
* Gary V. Vaughan wrote on Fri, Feb 03, 2006 at 01:06:40PM CET:
> Ralf Wildenhues wrote:
> >
> > - Makefile.am rules somewhere use GNU make 3.80 features. I have
> > encountered many difficulties preventing autotools reruns on other
> > systems, and am quite fed up with hunting these
Gary V. Vaughan wrote:
> Index: libtool-1-5/libtool.m4
> ===
> --- libtool-1-5.orig/libtool.m4
> +++ libtool-1-5/libtool.m4
> @@ -5987,17 +5987,15 @@ AC_DEFUN([LT_AC_PROG_RC],
> [AC_CHECK_TOOL(RC, windres, no)
> ])
>
> +m4_ifndef([
Hallo Ralf,
Ralf Wildenhues wrote:
> * Ralf Wildenhues wrote on Wed, Jan 18, 2006 at 01:20:29PM CET:
>> Other quite serious bug:
>>
>> 3) In CVS HEAD Libtool, we use
>>m4_ifndef([AC_PROG_SED],[
>>AC_DEFUN([AC_PROG_SED], [...])
>>])
>>
>> This will cause aclocal (at least up to 1.7, low