[Plib-users] Bug: Examples configure script reliably fails
Brought to you by:
sjbaker
From: Paxton C. S. <pcs...@ya...> - 2006-01-15 04:07:13
|
Running on both Windows (Cygwin) and Linux (SUSE 10 64-bit and 32-bit), the configure script from the examples package fails at the same spot: [ paxton@raven: ~/libraries/plib/examples ] > configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for a BSD-compatible install... /usr/bin/install -c configure: error: cannot run /bin/sh ./config.sub Configure is like black magic to me, so I'll leave it to someone else to fix this problem. Thanks! -Paxton |