make BSD No such file or directory Error code 1

wes newsgroup at 1mactod.com
Wed Feb 9 05:13:03 EST 2000


Trying to install Python152 on a ISP virtual server based on BSDI. Did a
'tar' into the '/tmp' directory, then './configure' and then 'make' and was
going well until I got a 'no such file or directory error':

sr/local" all
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c bltinmodule.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ceval.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c compile.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c errors.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c frozen.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c frozenmain.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getargs.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getcompiler.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c
getcopyright.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getmtime.c
gcc -D_HAVE_BSDI -c -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -DPLATFORM='"
bsdo
s3"'  ./getplatform.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getversion.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c graminit.c
gcc -D_HAVE_BSDI -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c import.c
gcc -D_HAVE_BSDI -c -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -I/
./importdl.c
./importdl.c:269: mach-o/dyld.h: No such file or directory
*** Error code 1

Tried 'make MAKE=make' and 'make clean' also but same error.

'config.log' shows the following failures:

configure:1261: minix/config.h: No such file or directory
configure: failed program was:
#line 1260 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:1304: checking whether gcc -D_HAVE_BSDI accepts -OPT:Olimit=0
configure:1318: gcc -D_HAVE_BSDI -OPT:Olimit=0 -o conftest -g -O2
conftest.c  1>&5
cc1: Invalid option `-OPT:Olimit=0'
configure: failed program was:
#line 1314 "configure"
#include "confdefs.h"
int main() { return 0; }
configure:1338: checking whether gcc -D_HAVE_BSDI accepts -Olimit 1500
configure:1352: gcc -D_HAVE_BSDI -Olimit 1500 -o conftest -g -O2
conftest.c  1>&5
gcc: 1500: No such file or directory
cc1: Invalid option `-Olimit'
configure: failed program was:
#line 1348 "configure"
#include "confdefs.h"
int main() { return 0; }

configure:1522: thread.h: No such file or directory
configure: failed program was:
#line 1521 "configure"
#include "confdefs.h"
#include <thread.h>

configure:1522: sys/audioio.h: No such file or directory
configure: failed program was:
#line 1521 "configure"
#include "confdefs.h"
#include <sys/audioio.h>

...and about 20 more failed programs...

Trying to get to the point of being able to install and run Zope.

Any ideas? Is this the best process for self-helping myself to solving this
problem? Should I be reading a FAQ elsewhere. I tried the Python FAQ but no
luck.

Thanks.





More information about the Python-list mailing list