[Coin-symphony] Compiling Symphony 4.0.0 on debian Linux

Menal Guzelsoy mguzelsoy at lehigh.edu
Thu Nov 16 17:09:10 EST 2006


Thanks for pointing that out. I will fix it now.

Menal.

Quoting bremner at unb.ca:

>
> Following Ted's suggestion, I started porting to Symphony 5.1.0
>
> I wanted to report a nasty experience I had.
>
> I added a file to ADDSOURCES
>
> A bit later I ran "make clean" and that file was deleted
>
> This is because of the following.
>
> USER_MASTER_OBJS   = src/Master/user_main.o \
> 	src/Master/user_master.o $(ADDSOURCES)
>
> ALL_OBJS =   src/Master/user_main.o src/Master/user_master.o\
> 	$(ADDSOURCES) src/LP/user_lp_branch.o src/LP/user_lp.o \
> 	$(USER_CG_OBJS) $(USER_CP_OBJS) $(USER_DG_OBJS)
>
>
> clean:
> 	rm -rf $(WHATTOMAKE) $(ALL_OBJS) $(PALL_OBJS)
>
>
> My solution was to replace ADDSOURCES with ADDOBJS, which seems to
> work ok, e.g.
>
> 	ADDOBJS=hypergraph.o
>
> replacing
> 	ADDSOURCES=hypergraph.c
>
>
>
>
> _______________________________________________
> Coin-symphony mailing list
> Coin-symphony at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/coin-symphony
>



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.





More information about the Symphony mailing list