S. Young
01-23-2006, 10:33 PM
Hello,
I have installed lf95 version 6.2c on a Fedora Core 4 machine. I can compile and run the demo.f90 program (after setting the stack limit to unlimited). However, when I try to compile another code of mine which compiles fine under Fedora Core 3/lf95 v6.2c on a different machine, I get the following errors:
lf95 -O --staticlink -o eigena0 -M/home/young/codes/mods eigena0.f90 standard.o nrutil.o
Encountered 0 errors, 0 warnings in file eigena0.f90.
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_iedi.o)(.text+0xfbb): In function `jwe_iiie':
jwe_iedi.c: undefined reference to `__ctype_b'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_iedi.o)(.text+0xfc7):jwe_iedi.c: undefined reference to `__ctype_tolower'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_iedi.o)(.text+0x1062):jwe_iedi.c: undefined reference to `__ctype_b'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_iedi.o)(.text+0x106e):jwe_iedi.c: undefined reference to `__ctype_tolower'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_ifop.o)(.text+0x977): In function `jwe_ifop':
jwe_ifop.c: undefined reference to `__divdi3'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_ifop.o)(.text+0x997):jwe_ifop.c: undefined reference to `__moddi3'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_icdb.o)(.text+0x9f): In function `jwe_icdb':
jwe_icdb.c: undefined reference to `__ctype_b'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_icdb.o)(.text+0xa7):jwe_icdb.c: undefined reference to `__ctype_tolower'
make: *** [eigena0] Error 1
I am no expert on this, but looking on google groups I find at least some of these errors listed as a glibc problem. Can you help me?
Thanks,
S. Young
I have installed lf95 version 6.2c on a Fedora Core 4 machine. I can compile and run the demo.f90 program (after setting the stack limit to unlimited). However, when I try to compile another code of mine which compiles fine under Fedora Core 3/lf95 v6.2c on a different machine, I get the following errors:
lf95 -O --staticlink -o eigena0 -M/home/young/codes/mods eigena0.f90 standard.o nrutil.o
Encountered 0 errors, 0 warnings in file eigena0.f90.
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_iedi.o)(.text+0xfbb): In function `jwe_iiie':
jwe_iedi.c: undefined reference to `__ctype_b'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_iedi.o)(.text+0xfc7):jwe_iedi.c: undefined reference to `__ctype_tolower'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_iedi.o)(.text+0x1062):jwe_iedi.c: undefined reference to `__ctype_b'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_iedi.o)(.text+0x106e):jwe_iedi.c: undefined reference to `__ctype_tolower'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_ifop.o)(.text+0x977): In function `jwe_ifop':
jwe_ifop.c: undefined reference to `__divdi3'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_ifop.o)(.text+0x997):jwe_ifop.c: undefined reference to `__moddi3'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_icdb.o)(.text+0x9f): In function `jwe_icdb':
jwe_icdb.c: undefined reference to `__ctype_b'
/usr/local/lf9562/bin/../lib/libfj9i6.a(jwe_icdb.o)(.text+0xa7):jwe_icdb.c: undefined reference to `__ctype_tolower'
make: *** [eigena0] Error 1
I am no expert on this, but looking on google groups I find at least some of these errors listed as a glibc problem. Can you help me?
Thanks,
S. Young