This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

two libuuid.a


Hi,

I am running in a configuration issue in another project with two conflicting libuuid.a (one in /usr/lib/w32api and the other in /usr/lib/e2fsprogs).

The construct:

        AC_SEARCH_LIBS(uuid_generate, uuid, ,
            [AC_MSG_ERROR([cannot link with -luuid, install e2fsprogs])])
        ;;

basically fails.

Is there a way to solve that without introducing something hardcoded like LDFLAGS="-L/usr/lib/e2fsprogs" what breaks portability?

Thank you,
-- Bernd

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]