[Scip] (no subject)

Jose L Walteros jl.walteros at gmail.com
Wed May 15 19:13:34 MEST 2013


Hi,

I modified as you suggested as follows:

$(SOPLEXINCLINK): softlinkmsg $(SCIPDIR)
@$(LN_s) $(SOPLEXINC) $@

$(SOPLEXLIBLINK): softlinkmsg $(SCIPDIR)
@rm -f $@
@$(LN_s) $(SOPLEXLIB) $@

$(ZIMPLINCLINK): softlinkmsg $(SCIPDIR)
@rm -f $@
@$(LN_s) $(ZIMPLINC) $@

$(ZIMPLLIBLINK): softlinkmsg $(SCIPDIR)
ifeq ($(ZIMPL),true)
@rm -f $@
@$(LN_s) $(ZIMPLLIB) $@
endif

It is now giving me this error:

** Creating necessary soft-links.
rm: cannot remove directory
`/c/SCIP/scipoptsuite-3.0.1/scip-3.0.1/lib/zimplinc/
zimpl': Is a directory
make[1]: *** [/c/SCIP/scipoptsuite-3.0.1/scip-3.0.1/lib/zimplinc/zimpl]
Error 1
make[1]: Leaving directory `/c/SCIP/scipoptsuite-3.0.1'
make: *** [scipbinary] Error 2


On Wed, May 15, 2013 at 6:08 AM, Stefan Vigerske
<stefan at math.hu-berlin.de>wrote:

> Hi,
>
> try removing also the line
>   @rm -f $@
> from scipoptsuite-3.0.1/Makefile.**doit
>
> Stefan
>
>
> On 05/14/2013 11:37 PM, Jose L Walteros wrote:
>
>> Hi all,
>>
>> I am having some problems to compile the scipoptsuite-3.0.1 using minGW
>>
>> First, I used make ZIMPL=false READLINE=false ZLIB=false. and it worked,
>> but when compiling the debugging option
>>
>> make ZIMPL=false READLINE=false ZLIB=false OPT=dbg
>>
>> I got:
>>
>> ** Creating necessary soft-links.
>> rm: cannot remove directory
>> `/c/SCIP/scipoptsuite-3.0.1/**scip-3.0.1/lib/spxinc':
>> Is a directory
>> make[1]: *** [/c/SCIP/scipoptsuite-3.0.1/**scip-3.0.1/lib/spxinc] Error 1
>> make[1]: Leaving directory `/c/SCIP/scipoptsuite-3.0.1'
>> make: *** [scipbinary] Error 2
>>
>> I tried to follow a previous post from Feb 19 2013 that suggested removing
>> the extra -s on the Makefile.doit, but it does not work
>>
>>
>>  I found the problem. In scipoptsuite-3.0.1/Makefile.**doit:
>>>
>>> $(SOPLEXINCLINK):    softlinkmsg $(SCIPDIR)
>>>        @rm -f $@
>>>        @$(LN_s) -s $(SOPLEXINC) $@
>>>
>>
>> Could you please help me with this.
>>
>> -J
>>
>>
>>
>> ______________________________**_________________
>> Scip mailing list
>> Scip at zib.de
>> http://listserv.zib.de/**mailman/listinfo/scip<http://listserv.zib.de/mailman/listinfo/scip>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserv.zib.de/mailman/private/scip/attachments/20130515/9686c67e/attachment.html


More information about the Scip mailing list