Subject: GNU Systempath for hp-ux
From: Gansser, Martin (MGansser@rand.de)
Date: Mon Oct 08 2001 - 10:25:46 CDT
Hello,
could someone expand the GNU system path for hp-ux in the file:
abi/src/config/require/unix/Makefile
I've modified abi/src/config/require/unix/Makefile; a patch is included.
add for hp-ux /opt/zlib/lib/libz.a
add for hp-ux /opt/libpng/lib/libpng.a
--- abi/src/config/require/unix/Makefile Mon Oct 8 16:28:29 2001
+++ abi/src/config/require/unix/Makefile.new Mon Oct 8 16:27:56
2001
@@ -87,6 +87,7 @@
-o -r /usr/local/lib/libz.so \
-o -r ${X11BASE}/lib/libz.so \
-o -r /usr/X11R6/lib/libz.so \
+ -o -r /opt/zlib/lib/libz.a \
]; then \
echo Found zlib in system directories; \
else \
@@ -105,6 +106,7 @@
-o -r /usr/local/lib/libpng.a \
-o -r ${X11BASE}/lib/libpng.a \
-o -r /usr/X11R6/lib/libpng.a \
+ -o -r /opt/libpng/lib/libpng.a \
]; then \
echo Found libpng in system directories; \
else \
thanks
Martin
This archive was generated by hypermail 2b25 : Mon Oct 08 2001 - 10:24:13 CDT