This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
configure problem
- To: gcc at gcc dot gnu dot org
- Subject: configure problem
- From: Julian Bentayeb <julian dot bentayeb at st dot com>
- Date: Thu, 25 May 2000 12:15:04 -0700
- Cc: Roshan NAIK <Roshan dot NAIK at st dot com>,Daniela DE-CASTRI <Daniela dot DE-CASTRI at st dot com>
- Organization: stm
Hello!
We are getting the following messages:
cpp: fork: Interrupted system call (see attachment for full results).
when issuing the configure command to build SYSTEMC.
Our PATH point to the gcc2.95.2 bin and our LD_LIBRARY_PATH points to
the gcc2.95.2 lib.
We are running on solaris 2.6.
Any help you can give us is appreciated!
Thanks!
JULIAN BENTAYEB
ST Microelectronics
San Jose CAD
Phone: 408-451-8142
Fax: 408-452-7718
Email: julian.bentayeb@st.com
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:575: checking host system type
configure:596: checking target system type
configure:614: checking build system type
configure:649: checking for a BSD compatible install
configure:702: checking whether build environment is sane
configure:759: checking whether make sets ${MAKE}
configure:805: checking for working aclocal
configure:818: checking for working autoconf
configure:831: checking for working automake
configure:844: checking for working autoheader
configure:857: checking for working makeinfo
configure:883: checking for gcc
configure:996: checking whether the C compiler (gcc ) works
configure:1012: gcc -o conftest conftest.c 1>&5
+ eval ${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5
+ gcc -o conftest conftest.c
cpp: fork: Interrupted system call
configure: failed program was:
#line 1007 "configure"
#include "confdefs.h"
main(){return(0);}