sane-project-website/old-archive/1998-05/0096.html

73 wiersze
3.1 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!-- received="Fri May 8 00:02:42 1998 PDT" -->
<!-- sent="08 May 1998 15:59:02 +0900" -->
<!-- name="Kaz Sasayama" -->
<!-- email="Kaz.Sasayama@hypercore.co.jp" -->
<!-- subject="Re: configure --disable-static?" -->
<!-- id="" -->
<!-- inreplyto="Tue, 5 May 1998 21:18:39 -0700" -->
<title>sane-devel: Re: configure --disable-static?</title>
<h1>Re: configure --disable-static?</h1>
<b>Kaz Sasayama</b> (<a href="mailto:Kaz.Sasayama@hypercore.co.jp"><i>Kaz.Sasayama@hypercore.co.jp</i></a>)<br>
<i>08 May 1998 15:59:02 +0900</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#96">[ date ]</a><a href="index.html#96">[ thread ]</a><a href="subject.html#96">[ subject ]</a><a href="author.html#96">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0097.html">David Mosberger-Tang: "Re: configure --disable-static?"</a>
<li> <b>Previous message:</b> <a href="0095.html">David Mosberger-Tang: "Re: DS-7 Backend"</a>
<li> <b>In reply to:</b> <a href="0051.html">David Mosberger-Tang: "Re: configure --disable-static?"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0097.html">David Mosberger-Tang: "Re: configure --disable-static?"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
How about this, or making shared libsanei?<br>
<p>
<i>&gt;&gt;&gt;&gt;&gt; On Tue, 5 May 1998 21:18:39 -0700, David Mosberger-Tang &lt;<a href="mailto:David.Mosberger@acm.org">David.Mosberger@acm.org</a>&gt; said:</i><br>
<p>
DM&gt; This really is a problem with libtool. It currently does not provide<br>
DM&gt; a means to _force_ generating both .o and .lo files, which is<br>
DM&gt; necessary for SANE as some files are used both as shared objects (in<br>
DM&gt; libsane*.so) and as normal objects (in the frontends).<br>
<p>
DM&gt; If libtool gets fixed, it would be easy to make SANE work with<br>
DM&gt; --disable-static.<br>
<p>
--- sanei/Makefile.in 1998-05-08 15:38:53+09 1.1<br>
+++ sanei/Makefile.in 1998-05-08 15:43:57+09<br>
@@ -51,12 +51,14 @@<br>
sanei_save_values.lo sanei_load_values.lo \<br>
sanei_scsi.lo sanei_config.lo sanei_pio.lo<br>
<br>
-TARGETS = libsanei.a<br>
+TARGETS = $(LIBSANEI_LTOBJS) libsanei.a<br>
TESTPROGRAMS = test_wire<br>
<br>
.SUFFIXES:<br>
-.SUFFIXES: .c .o<br>
+.SUFFIXES: .c .lo .o<br>
.c.o:<br>
+ $(COMPILE) $&lt;<br>
+.c.lo:<br>
@$(LIBTOOL) $(MCOMP) $(COMPILE) $&lt;<br>
<br>
all: $(TARGETS)<br>
<p>
<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="0097.html">David Mosberger-Tang: "Re: configure --disable-static?"</a>
<li> <b>Previous message:</b> <a href="0095.html">David Mosberger-Tang: "Re: DS-7 Backend"</a>
<li> <b>In reply to:</b> <a href="0051.html">David Mosberger-Tang: "Re: configure --disable-static?"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0097.html">David Mosberger-Tang: "Re: configure --disable-static?"</a>
<!-- reply="end" -->
</ul>