Hi,
[ Sorry posting from the HTTP archive browser, so no
In-Reply-To: <9614-Mon08Oct2001205158+0100-starksb(a)ebi.ac.uk>
I don't read the list, so please reply if you need more information ]
I found two more problems compiling 21.4.5 (Windows) on cygwin (1.3.x):
- For a one-source-multiple-platform-build setup the line
configure:7039:
install_pp="$blddir/lib-src/installexe.sh"
is wrong. The problem is that installexe.sh is NOT copied to
$blddir/lib-src, so the line should read:
install_pp="$srcdir/lib-src/installexe.sh"
- There seems also to be a problem with the detection of xpm-nox (Latest
cygwin only???). The configure correctly generates -I/usr/include/noX,
but doesn't add -L/lib/noX (this is where xpn-nox libraries are stored).
Using
configure .... --ldflags=-L/lib/noX
didn't help, because LDFLAGS are set to '' in the main makefile and thus
the correctly generated settings in the subdirectories makefile are
overwritten during the build. I only had success with
make LDFLAGS=-L/lib/noX
Hope this helps....
Regards,
Stefan *Finally got 21.4.5 up & running*
---
Stefan Becker
E-Mail: Stefan.Becker(a)nokia.com
Show replies by date