help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] glpk 4.57 release information


From: Heinrich Schuchardt
Subject: Re: [Help-glpk] glpk 4.57 release information
Date: Tue, 10 Nov 2015 07:49:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0

Hello Marco,

why do you rely on uname to determine if the flag should be set?

Will this also work when cross compiling for MinGW?

Other packages use the following:

case "${host}" in
  *-*-cygwin* | *-*-mingw*)
    ...
    ;;
esac

cf.
https://github.com/pandamonia/libffi-iOS/blob/master/patches/no-undefined-fix

The flag -no-undefined is described at
https://www.gnu.org/software/libtool/manual/html_node/Link-mode.html

Best regards

Heinrich Schuchardt

On 10.11.2015 07:27, Marco Atzeri wrote:
> On 08/11/2015 09:50, Andrew Makhorin wrote:
>>
>> GLPK 4.57 Release Information
>> *****************************
>>
> 
> Hi Andrew,
> for the next release, can you add the attached patch
> to set the "-no-undefined" for LDFLAGS for Cygwin
> and similar platforms ?
> 
> In this way the source will build the shared lib
> off the shelf.
> 
> Regards
> Marco
> 
> 
> 
> 
> 
> _______________________________________________
> Help-glpk mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-glpk
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]