error: visibility attribute not supported in this configuration

2012-03-30 Thread Bernd Prager
All, I installed cygwin on a new box: Windows 7, Cygwin 1.7.11, gcc (GCC) 4.5.3. Now I am running with many (e.g. ZMQ) packages into the error above. I did set CFLAGS, CXXFLAGS etc. to "-fvisibility=hidden" but often that doesn't seem to have any effect at all. Did anybody discovered this is

RE: visibility attribute not supported in this configuration

2005-08-23 Thread Dave Korn
Original Message >From: Alan Hourihane >Sent: 23 August 2005 17:52 > Why is gcc 3.4.4 in cygwin not making this available ? > > Alan. Because visibility is an ELF feature, and windoze uses PE format, not ELF. cheers, DaveK -- Can't think of a witty .sigline today --

visibility attribute not supported in this configuration

2005-08-23 Thread Alan Hourihane
Why is gcc 3.4.4 in cygwin not making this available ? Alan. -- 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/