From owner-freebsd-questions Wed Sep 24 23:31:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA29130 for questions-outgoing; Wed, 24 Sep 1997 23:31:07 -0700 (PDT) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA29124 for ; Wed, 24 Sep 1997 23:31:05 -0700 (PDT) Received: from dale.salk.edu (dale [198.202.70.112]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id XAA05257 for ; Wed, 24 Sep 1997 23:31:01 -0700 (PDT) Date: Wed, 24 Sep 1997 23:30:59 -0700 (PDT) From: Tom Bartol To: freebsd-questions@freebsd.org Subject: problem compiling for linux under compat_linux Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, Can anyone confirm or refute the following anomalous behaviour of /compat/linux/usr/bin/gcc running under -current ?? If I use /compat/linux/usr/bin/gcc to compile anything other that very trivial c program sources located on an NFS mounted filesystem I get broken executables which seg fault. This same source code compiles correctly when located on a local filesystem. This problem does not occur when compiling trivial sources such as "Hello World". Thankyou very much for you help in this matter, Tom