From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Fri, 16 Sep 2011 18:44:09 +0200 Subject: [Buildroot] add fcgi-2.4.0 package to buildroot In-Reply-To: <000301cc7486$0778f8f0$166aead0$@com> References: <000301cc7486$0778f8f0$166aead0$@com> Message-ID: <20110916184409.2b4f53ae@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, The global formatting of your e-mail is terrible. You should fix your e-mail client. Le Fri, 16 Sep 2011 17:33:47 +0200, "Rico Bachmann" a ?crit : > LIBFCGI_VERSION = 2.4.0 > LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz > LIBFCGI_SITE = http://www.fastcgi.com/dist > LIBFCGI_INSTALL_STAGING = YES > LIBFCGI_INSTALL_TARGET= YES This last line is not needed. > LIBFCGI_CONF_OPT = --enable-shared This is not needed. > /mnt/clfs/buildroot-2011.08/output/host/usr/bin/arm-unknown-linux-uclibcgnue > abi-gcc -pipe -Os -Wall -o .libs/cgi-fcgi cgi-fcgi.o > ../libfcgi/.libs/libfcgi.so -lnsl > > ../libfcgi/.libs/libfcgi.so: warning: gethostbyname is > obsolescent, use getnameinfo() instead. > > ../libfcgi/.libs/libfcgi.so: undefined reference to > `frexp' Looks like it forgets to link against the math library, i.e -lm is missing from the link command line. Probably something not completely correct in fcgi build system. Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com