From owner-freebsd-questions Tue Sep 5 5:29:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id 529AA37B423 for ; Tue, 5 Sep 2000 05:29:33 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e85CVuG82332 for ; Tue, 5 Sep 2000 14:32:00 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Tue, 5 Sep 2000 14:31:56 +0200 (CEST) From: "O. Hartmann" To: freebsd-questions@freebsd.org Subject: Lahey Fortran95 and FreeBSD/Linux Emulation Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs. We use here in our department some Lahey Fortran 95 compilers, mostly for WinNT clients and a few for Linux boxes. Because of unifying our structures and because of the mainservers are FreeBSD boxes, we want to move the Lahey installation on a central FBSD box. My first steps with Linux Emulation and the Fortran95 compiler were not very satisfying, because I forgot to "brand" the Lahey binaries to be Linux typed binaries. After doing that the compiler works, but with the first steps of doing something I got some problems. We have a little demo environment here, I got it from one of our scientists and this compiles under Linux. Under FreeBSD, Lahey F95 compiler produces theses errors, which seems to be some problems in finding systemcalls not provided by some libraries: lf95 DDSCAT.o alpha.o dummyfft.o ccgpack.o cfft99f.o cgcommon.o copyit.o cprod.o cxfft3.o cxfft3n.o dielec.o divide.o errmsg.o eself.o evala.o evale.o evalq.o extend.o fourx.o getfml.o getmueller.o gpfa.o interp.o lapack.o namer.o nuller.o orient.o pim.o prinaxis.o reapar.o reashp.o reduce.o refice.o refwat.o rotate.o rot2.o scat.o scavec.o tar2el.o tar2sp.o tar3el.o tarblocks.o tarcel.o tarcyl.o tarell.o target.o tarhex.o tarrec.o tarrec2.o tartet.o timeit_sun.o version.o wrimsg.o writebin.o dummywritenet.o writesca.o -o ddscat /usr/local/lf9555/bin/../lib/libfj9i6.so: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdout' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_b' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdout_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stderr_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `___brk_addr' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__environ' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdin_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdin' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_getc' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stderr' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__errno_location' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_putc' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_tolower' /usr/local/lf9555/bin/../lib/libfj9i6.so: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdout' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_b' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdout_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stderr_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `___brk_addr' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__environ' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdin_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdin' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_getc' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stderr' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__errno_location' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_putc' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_tolower' If there is someone out here with experiences or solutions or hints or tips, please contact me, thanks. Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message