[Plib-users] plib examples configure problem
Brought to you by:
sjbaker
From: Michael S. <mse...@ho...> - 2006-08-08 02:58:46
|
hi i want to check out the plib examples, but ./configure doesn't work. In fact the problem is the same one as was reported to this mailing list at the beginning of this year with this heading: >>From: Paxton C. Sanders <pcsanders@ya...> >>Bug: Examples configure script reliably fails 2006-01-14 20:07 Anyway heres the output i get when i type './configure'. I am using 32 bit Fedora Core 2. [root@localhost plib_examples-1.8.4]# ./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 [root@localhost plib_examples-1.8.4]# |