Paul McFerrin
2008-12-05 04:40:55 UTC
I've checked the FAQ for this problem and they offer anything to resolve
it. Here is what I have:
- Cygwin 1.5.24
- Apache 1.3.22 binary distribution for cygwin, no sources
- PHP 4.4.9 Source distribution
Been running #1 & #2 (above) for several years. When building PHP:
$ ./configure --with-apxs=/usr/local/apache/bin/apxs --disable-rpath
--with-mysql
$ make
Error message:
libtool: link: warning: undefined symbols not allowed in
i686-pc-cygwin shared libraries
I've tried adding "-ldl" to just before/after the link line for
libphp4.la without any difference. The FAQ says to consult
"installation chapter" to added extra stuff to EXTRA_LIBS but that
chapter had nothing about it.
I was having not expecting to install PHP because I thought I already
had it.
Can someone help me out here ????? What stuff should be in EXTRA_LIBS ?
- Paul
P.S.
The build outputs can be seen at:
http://pmcferrin.homedns.org/configure.txt
./configure ...
http://pmcferrin.homedns.org/build.txt make
it. Here is what I have:
- Cygwin 1.5.24
- Apache 1.3.22 binary distribution for cygwin, no sources
- PHP 4.4.9 Source distribution
Been running #1 & #2 (above) for several years. When building PHP:
$ ./configure --with-apxs=/usr/local/apache/bin/apxs --disable-rpath
--with-mysql
$ make
Error message:
libtool: link: warning: undefined symbols not allowed in
i686-pc-cygwin shared libraries
I've tried adding "-ldl" to just before/after the link line for
libphp4.la without any difference. The FAQ says to consult
"installation chapter" to added extra stuff to EXTRA_LIBS but that
chapter had nothing about it.
I was having not expecting to install PHP because I thought I already
had it.
Can someone help me out here ????? What stuff should be in EXTRA_LIBS ?
- Paul
P.S.
The build outputs can be seen at:
http://pmcferrin.homedns.org/configure.txt
./configure ...
http://pmcferrin.homedns.org/build.txt make