sane-project-website/old-archive/1999-04/0250.html

67 wiersze
3.2 KiB
HTML

<!-- received="Mon Apr 19 02:38:39 1999 PDT" -->
<!-- sent="Mon, 19 Apr 1999 11:41:30 +0200" -->
<!-- name="Petter Reinholdtsen" -->
<!-- email="pere@hungry.com" -->
<!-- subject="HP/UX installation patch for sane 1.01pre5" -->
<!-- id="199904190941.LAA00507@lee.Cc.Uit.No" -->
<!-- inreplyto="" -->
<title>sane-devel: HP/UX installation patch for sane 1.01pre5</title>
<h1>HP/UX installation patch for sane 1.01pre5</h1>
<b>Petter Reinholdtsen</b> (<a href="mailto:pere@hungry.com"><i>pere@hungry.com</i></a>)<br>
<i>Mon, 19 Apr 1999 11:41:30 +0200</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#250">[ date ]</a><a href="index.html#250">[ thread ]</a><a href="subject.html#250">[ subject ]</a><a href="author.html#250">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0251.html">Petter Reinholdtsen: "HP/UX installation patch for sane 1.01pre5 (take 2)"</a>
<li> <b>Previous message:</b> <a href="0249.html">Jerome ALET: "Re: May I help you ?"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>
<!-- body="start" -->
To get HP/UX frontends to do the required relinking (using libtool<br>
1.2f), I had to do the following change. HP/UX shared libraries are<br>
named .sl, not .so. I beleave this should work for all platforms, and <br>
should be included in the distribution.<br>
<p>
diff -ru src-pre1.0.1r5/backend/Makefile.in src-pre1.0.1r5-hppa20ux10/backend/Makefile.in<br>
--- src-pre1.0.1r5/backend/Makefile.in Sun Apr 4 01:00:44 1999<br>
+++ src-pre1.0.1r5-hppa20ux10/backend/Makefile.in Mon Apr 19 11:38:44 1999<br>
@@ -101,14 +101,8 @@<br>
$(LN_S) $${lib} $${file}; \<br>
fi; \<br>
done<br>
- rm -f $(libdir)/libsane.a $(libdir)/libsane.so \<br>
- $(libdir)/libsane.so.$(V_MAJOR)*<br>
- $(LN_S) sane/libsane-dll.a $(libdir)/libsane.a<br>
- $(LN_S) sane/libsane-dll.so $(libdir)/libsane.so<br>
- @cd $(libsanedir) &amp;&amp; for n in libsane-dll.so.$(V_MAJOR)*; do \<br>
- nn=`echo $$n | sed 's,^libsane-dll,libsane,'`; \<br>
- (cd ..; $(LN_S) sane/$$n $$nn); \<br>
- done || exit 1<br>
+ $(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) \<br>
+ libsane.la $(libsanedir)/libsane.la || exit 1<br>
@list="$(CONFIGS)"; for cfg in $$list; do \<br>
if test ! -r $(srcdir)/$${cfg}; then continue; fi; \<br>
if test -f $(configdir)/$${cfg}; then \<br>
<pre>
--
##&gt; Petter Reinholdtsen &lt;## | <a href="mailto:pere@td.org.uit.no">pere@td.org.uit.no</a>
O- &lt;SCRIPT Language="Javascript"&gt;window.close()&lt;/SCRIPT&gt;
<a href="http://www.hungry.com/~pere/">http://www.hungry.com/~pere/</a> | Go Mozilla, go! Go!
<p>
<pre>
--
Source code, list archive, and docs: <a href="http://www.mostang.com/sane/">http://www.mostang.com/sane/</a>
To unsubscribe: echo unsubscribe sane-devel | mail <a href="mailto:majordomo@mostang.com">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0251.html">Petter Reinholdtsen: "HP/UX installation patch for sane 1.01pre5 (take 2)"</a>
<li> <b>Previous message:</b> <a href="0249.html">Jerome ALET: "Re: May I help you ?"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>