Subject: Re: libtool problem with nessus on macppc
To: Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr>
From: Nick Hudson <nick@nthcliff.demon.co.uk>
List: tech-pkg
Date: 02/18/2001 20:44:07
Emmanuel Dreyfus wrote:
> 
> Hi!
> 
> I'm not familiar enough with libtool to give you a patch for that one...
> 
> gmake[1]: Entering directory
> `/usr/pkgsrc/security/nessus-libraries/work/nessus-libraries/libpeks/gmp
> 3/mpn'
> /usr/bin/m4 -DPIC -DOPERATION_add_n add_n.asm >tmp-add_n.s
> /bin/sh ../libtool --mode=compile cc -pipe -c -DHAVE_CONFIG_H -I. -I.
> -I.. -I.. -DOPERATION_add_n   tmp-add_n.s -o add_n.lo
> rm -f .libs/add_n.lo
> cc -pipe -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n
> tmp-add_n.s  -fPIC -DPIC -o .libs/add_n.lo
> tmp-add_n.s: Assembler messages:
> tmp-add_n.s:0: Warning: end of file not at end of a line; newline
> inserted
> tmp-add_n.s:68: Error: Rest of line ignored. First ignored character
> valued 0xff.

Doesn't look like a libtool problem to me. 

/bin/sh ../libtool --mode=compile cc -pipe -c -DHAVE_CONFIG_H -I. -I.
-I.. -I.. -DOPERATION_add_n   tmp-add_n.s -o add_n.lo

Gets turned into 

cc -pipe -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n
tmp-add_n.s  -fPIC -DPIC -o .libs/add_n.lo

which looks pretty sensible to me.

Nick
-- 
aka skrll@netbsd.org, skrll@excite.co.uk