Blitz logo

Blitz Support :

From: Patrik (patrik_at_[hidden])
Date: 2003-08-02 00:43:52


Thanks to Julian and Frank who helped me with the autoreconf problem! Now
I have another one. I'm doing

./configure --with-cxx=KCC --enable-64bit --libdir=/u7/patrik/lib64
--includedir=/u7/patrik/include

and the making fails with:

/usr/common/usg/gnu/bin/nm: .libs/globals.o: File format not recognized
KCC -bM:SRE -o .libs/libblitz.so.0 .libs/globals.o -lm
-lc -bE:.libs/libblitz.exp -bnoentry ${wl}-berok
dump: .libs/globals.o: 0654-108 file is not valid in the current object
file mode.
         Use the -X option to specify the desired object mode.
ld: 0711-736 ERROR: Input file .libs/globals.o:
         XCOFF64 object files are not allowed in 32-bit mode.

This is what happens when the "-q64" flag is not specified for the linking
invocation of KCC. Can anyone tell me what the problem is this time? (I
believe what I did before was just create libblitz.a from globals.o by
hand, but it's sort of defies the entire idea of this super fancy build
system... ;-)

Thanks,

/Patrik

At 01:47 PM 8/1/2003 +0200, you wrote:
>It seems to me that aclocal does not find libtool.
>Do you have libtool installed?
>
>If you do, aclocal does not find the file `libtool.m4' which defines
>`AC_PROG_LIBTOOL' in its m4 directory. Try `aclocal --print-ac-dir'
>and symlink or copy `libtool.m4' there or use the -I option of aclocal.
>
>-Frank
>_______________________________________________
>Blitz-support mailing list
>Blitz-support_at_[hidden]
>http://www.oonumerics.org/mailman/listinfo.cgi/blitz-support