Martin,
Even on a 64-bit capable machine, aCC defaults to 32-bit libraries.
Having config.guess return hppa2.0w does not change the output that
is produced, aCC will produce whatever you tell it to (32-bit by default).
When you're running a configure script you want to set both (for C)
CPPFLAGS a
Title: RE: linking with libtool
FYI, Libtool mailing lists seem to be working
again.
-
Robert
-Original Message-From: Boehne, Robert
Sent: Friday, July 19, 2002 8:24 AMTo: 'Alexandre
Duret-Lutz'; Enrico NgCc: [EMAIL PROTECTED]Subject: RE:
linking wi
Timo,
After reading this thread it didn't look like anyone answered
your second question, "has anyone wrote a script..."
Depending on your directory layout it could be as simple as:
echo "foo_SOURCES = \ " >> Makefile.am ## and whatever else...
find ./ -name \*.c -print | sed 's%\./%%' | sed '
ect it is. Sorry if I've been a bit
short, I'm running into a deadline on my project.
Thanks,
Robert
-Original Message-
From: Akim Demaille [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 4:26 AM
To: Boehne, Robert
Cc: [EMAIL PROTECTED]; Alexandre Oliva
Subject: