[Spread-users] Problems with installation of 4.2 release

John Schultz jschultz at spreadconcepts.com
Mon Nov 19 12:54:30 EST 2012


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
Spread-users at lists.spread.org
http://lists.spread.org/mailman/listinfo/spread-users

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3805 bytes
Desc: not available
Url : http://lists.spread.org/pipermail/spread-users/attachments/20121119/9e6d8bdb/attachment.bin 


More information about the Spread-users mailing list