Re: configure --disable-static?

Kaz Sasayama (Kaz.Sasayama@hypercore.co.jp)
08 May 1998 17:36:48 +0900

I just thought, if no --disable-shared, normal objects were
made first when shared ones were made, and that it would
work nice. Now I see non-GNU make may be confused and
compile twice for each normal object eventually.

OK, how about this one then? I hope it will not make each
normal object twice.

.c.o:
@$(LIBTOOL) $(MCOMP) $(COMPILE) $<
test -f $@ || $(COMPILE) $<

>>>>> On Fri, 8 May 1998 00:15:30 -0700, David Mosberger-Tang <David.Mosberger@acm.org> said:

DM> I believe this would have the effect of compiling each file _three_
DM> times when not specifying --disable-shared. Not a good thing.

-- 
Kaz Sasayama <Kaz.Sasayama@hypercore.co.jp>
Hypercore Software Design, Ltd. <URL:http://www.hypercore.co.jp/>

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com