The Portland Group's linux Fortran compiler used to work
without a problem, but something has changed that I haven't
track down.  The script(1) log below suggests two possibilities:
(1) the translation of linux syscalls to FreeBSD syscalls isn't
working; or (2) the linux ld command (see log) needs some additional
options.

Any suggestions?

-- 
Steve
http://troutmask.apl.washington.edu/~kargl/

Script started on Thu Mar  8 12:57:59 2001

/usr/pgi/linux86/bin/pgftn shell.f -x 124 0x1400 -x 122 0x40 -x 119 0x10000\
-x 123 0x1000 -x 119 0x800000 -x 127 4 -x 124 1 -astype 0 -stdinc /usr/pgi/\
linux86/include:/compat/linux/usr/include:/compat/linux/usr/lib/gcc-lib/\
i386-redhat-linux/egcs-2.91.66//include -opt 1 -x 80 0x300 -y 80 0x1000\
-asm /var/tmp/pgf7737423aaa 
PGFTN/x86 Linux/x86 Rel 1.7-6.3: compilation successful
pgf77: /usr/pgi/linux86/bin/pgftn completed with exit code 0

/compat/linux/usr/bin/as -o shell.o /var/tmp/pgf7737423aaa 
pgf77: /compat/linux/usr/bin/as completed with exit code 0
Unlinking /var/tmp/pgf7737423aaa
Linking:

/compat/linux/usr/bin/ld -m elf_i386 -dynamic-linker /compat/linux/lib/\
ld-linux.so.2 -o shell /usr/pgi/linux86/lib/crt1.o /usr/pgi/linux86/lib/\
crti.o /usr/pgi/linux86/lib/pgfmain.o -L/usr/pgi/linux86/lib -L/compat/\
linux/lib -L/compat/linux/usr/lib -L/compat/linux/usr/lib/gcc-lib/\
i386-redhat-linux/egcs-2.91.66/ shell.o -lpgftnrtl -lm -lpgc -lgcc -lc\
-lgcc /usr/pgi/linux86/lib/crtn.o 
/usr/pgi/linux86/lib/crt1.o: In function `_start':
/usr/pgi/linux86/lib/crt1.o(.text+0x40): undefined reference to `__setfpucw'
/usr/pgi/linux86/lib/crt1.o(.text+0x48): undefined reference to `__libc_init'
/usr/pgi/linux86/lib/libpgftnrtl.a(stdinit.o): In function `__stat':
stdinit.o(.text+0x2c): undefined reference to `_xstat'
/usr/pgi/linux86/lib/libpgftnrtl.a(stdinit.o): In function `stat':
stdinit.o(.text+0x5c): undefined reference to `_xstat'
/usr/pgi/linux86/lib/libpgftnrtl.a(stdinit.o): In function `__lstat':
stdinit.o(.text+0x8c): undefined reference to `_lxstat'
/usr/pgi/linux86/lib/libpgftnrtl.a(stdinit.o): In function `lstat':
stdinit.o(.text+0xbc): undefined reference to `_lxstat'
/usr/pgi/linux86/lib/libpgftnrtl.a(stdinit.o): In function `__fstat':
stdinit.o(.text+0xec): undefined reference to `_fxstat'
/usr/pgi/linux86/lib/libpgftnrtl.a(stdinit.o): In function `fstat':
stdinit.o(.text+0x11c): undefined reference to `_fxstat'
/usr/pgi/linux86/lib/libpgftnrtl.a(stdinit.o): In function `__mknod':
stdinit.o(.text+0x156): undefined reference to `_xmknod'
/usr/pgi/linux86/lib/libpgftnrtl.a(stdinit.o): In function `mknod':
stdinit.o(.text+0x196): undefined reference to `_xmknod'
pgf77: /compat/linux/usr/bin/ld completed with exit code 1
Unlinking 
Unlinking 
Unlinking /var/tmp/pgf7737423aaa
Unlinking shell

Script done on Thu Mar  8 12:58:01 2001

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to