Re: [Libcgi-general] libcgi make error
Brought to you by:
rafaelsteil
From: Rafael S. <ra...@in...> - 2003-02-15 18:28:42
|
This is already fixed in the CVS version. The problem was that the Makefile staticaly made a call to "make", but some systems, like FreeBSD uses "gmake" instead. You could fix it editing the Makefile by hand ( just drop "make" call ), but for your convenience I have attached the correct makefile with this message. A new, bug fix, version will be realease soon. Thanks for your report. Rafael ps: just replace the new "Makefile.in" and configure again. On Sat, 2003-02-15 at 17:08, Pavel Kuz wrote: > hi! > I've tried to make libcgi under FreeBSD, and faced some problems. > Plese help me to solve them. > > > ttyp6 paul@aypetri:~>tar -xzf libcgi-0.8.1.tar.gz > 18:50 сб фев 15 EET > ttyp6 paul@aypetri:~>cd libcgi-0.8.1 > 18:50 сб фев 15 EET > ttyp6 paul@aypetri:~/libcgi-0.8.1>./configure > checking for gcc... gcc > checking for C compiler default output... 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 a BSD-compatible install... /usr/bin/install -c > checking how to run the C preprocessor... gcc -E > checking for egrep... grep -E > checking for ANSI C header files... yes > configure: checking md5... > checking for MD5_Init in -lmd5... no > checking for MD5_Init in -lssl... no > configure: WARNING: No library that supports md5 found. md5 function not enabled > configure: creating ./config.status > config.status: creating Makefile > config.status: creating src/config.h > 18:50 сб фев 15 EET > ttyp6 paul@aypetri:~/libcgi-0.8.1>make > make: don't know how to make gcc. Stop > 18:50 сб фев 15 EET > ttyp6 paul@aypetri:~/libcgi-0.8.1>gmake > gcc -c -o src/error.o src/error.c > gcc -c -o src/cgi.o src/cgi.c > gcc -c -o src/session.o src/session.c > gcc -c -o src/base64.o src/base64.c > gcc -c -o src/md5.o src/md5.c > gcc -c -o src/string.o src/string.c > gcc -c -o src/general.o src/general.c > gcc -c -o src/list.o src/list.c > gcc -c -o src/cookie.o src/cookie.c > make src/libcgi.so > make: don't know how to make gcc. Stop > gmake: *** [all] Error 2 > 18:50 сб фев 15 EET > ttyp6 paul@aypetri:~/libcgi-0.8.1>uname -mr > 4.7-RELEASE-p3 i386 > 18:51 сб фев 15 EET > ttyp6 paul@aypetri:~/libcgi-0.8.1> -- Rafael Steil <ra...@in...> Massa Inc. |