This is the mail archive of the cygwin@cygwin.com 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]

libtool / exported symbols problem - undesired re-exporting of getopt from libcygwin.a


Does anyone have a good way of preventing used functions from the static
portion of libcygwin.a being re-exported when they are used in a DLL?

I kludged a solution by adding --exclude-symbols=getopt,getopt_long to
LDFLAGS, but I was wondering if anyone had any better, more general
solutions.




Max.


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


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