bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] [bug #37894] Shared library does not build on Cygwin


From: Jean-Pierre Flori
Subject: [Bug-gsl] [bug #37894] Shared library does not build on Cygwin
Date: Mon, 10 Dec 2012 18:05:09 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1

URL:
  <http://savannah.gnu.org/bugs/?37894>

                 Summary: Shared library does not build on Cygwin
                 Project: GNU Scientific Library
            Submitted by: jpflori
            Submitted on: lun. 10 déc. 2012 18:05:08 GMT
                Category: Build
                Severity: 3 - Normal
        Operating System: Cygwin
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: 
         Discussion Lock: Any

    _______________________________________________________

Details:

Dear all,

Your autotools configuration files let shared library build on MinGW by
passing the -no-undefined flag to libtool with the following piece of code:
MINGW32_HOST = @MINGW32_HOST@
if MINGW32_HOST
libgsl_la_LIBADD += cblas/libgslcblas.la
libgsl_la_LDFLAGS += -no-undefined
endif

The same is done for libgslcblas.

A similar trick is needed on Cygwin (and surely other flavours of MinGW which
now exist).

Could you modify the tests so that the flag is passed as well on such
platforms?

Best,
JP




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37894>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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