Re: Problems with installation of 4.2 release

John Schultz <[email protected]> Mon, 19 Nov 2012 12:54:30 -0500
Newsgroups gmane.network.spread.user
Message-ID <[email protected]>
Yes, you are correct and I'm not sure why it didn't halt.  You didn't run make with the "-k" option or anything did you?

Cheers!

-----
John Lane Schultz
Spread Concepts LLC
Phn: 301 830 8100
Cell: 443 838 2200

On Nov 19, 2012, at 11:12 AM, Johannes Wienke wrote:

On 11/19/2012 04:00 PM, John Schultz wrote:
> No, that won't do it. Go down to the compile lines for spmonitor, it should look something like this:
> 
> spmonitor$(EXEEXT): $(MONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a
>        $(LD) -o $@ $(LDFLAGS) $(MONITOR_OBJS) $(LIBS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a
> 
> sptmonitor$(EXEEXT): $(TMONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a
>        $(LD) $(THLDFLAGS) -o $@ $(TMONITOR_OBJS) $(THLIBS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a
> 
> Try changing it to:
> 
> spmonitor$(EXEEXT): $(MONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a
>        $(LD) -o $@ $(LDFLAGS) $(MONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a $(LIBS) 
> 
> sptmonitor$(EXEEXT): $(TMONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a
>        $(LD) $(THLDFLAGS) -o $@ $(TMONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a  $(THLIBS)


Yes, that fixed the compilation problem and also the installation to to
sbin. However, in the first place the Makefile should actually fail if
something cannot be built.

Cheers,
Johannes

_______________________________________________
Spread-users mailing list
[email protected]
http://lists.spread.org/mailman/listinfo/spread-users

_______________________________________________
Spread-users mailing list
[email protected]
http://lists.spread.org/mailman/listinfo/spread-users
smime.p7s (application/pkcs7-signature, 3.7 KB) - not displayed