[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems building libgmp3



On Sun, May 13, 2001 at 11:22:08PM +0200, Wichert Akkerman wrote:
> Previously Dale Scheetz wrote:
> > The part you clipped off indicates that these commands are being generated
> > by a libtools call, so I don't think I'm going to gain control of this
> > with any ease, unless you have some specific suggestions.
> 
> Wow, libtool is responsible for yet more braindamage..

heh, probably, but in this case clearly there's a compiler twitch
for bdale:

> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd -O3 -c gcd.c  -fPIC -DPIC
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd -O3 -c gcd.c -o gcd.o >/dev/null 2>&1

[the first succeeds, then the second exit(1)'s; of course why is a mystery.]

bdale: I suggest you `cd /Debian/pkgwork/libgmp3/hold/libgmp3-3.1.1/mpz' and
run
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd -O3 -c gcd.c -o gcd.o

(without redirection to /dev/null) and see why/if it exit's unsuccessfully

- dave



Reply to: