[MacPorts] #27002: py26-numpy @1.5.0, Revision 1 - build failure
MacPorts
noreply at macports.org
Fri Nov 19 17:36:11 PST 2010
#27002: py26-numpy @1.5.0, Revision 1 - build failure
---------------------------------+------------------------------------------
Reporter: dannowolk@… | Owner: mcalhoun@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: tiger | Port: py26-numpy
---------------------------------+------------------------------------------
Comment(by jpmasseria@…):
The Mac OS reference library definition of '''private external symbol''':
A '''private external symbol''' is a defined external symbol that is
visible only to other modules within the same object file as the module
that contains it. The standard static linker changes private external
symbols into private defined symbols unless you specify otherwise (using
the -keep_private_externs flag).
You can mark a symbol as private external by using the __private_extern__
keyword (which works only in C) or the visibility("hidden") attribute
(which works both in C and C++ with GCC 4.0), as in this example:
--
Ticket URL: <https://trac.macports.org/ticket/27002#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list