Boost.Python and g++

"René J.V. Bertin" rjvbertin at gmail.com
Wed Jun 4 13:18:08 PDT 2014


On Jun 04, 2014, at 20:21, Eric Gallager wrote:

> Wow, that looks a lot simpler than I thought that it would be... I was expecting something like this would have to be fixed upstream by gcc, because that is how they handle the GNU vs. NeXT Objective C runtime issues, but if all it takes in this case is this script, it seems like just using this script would be easier... the main thing I worry about would be how the version numbers are hardcoded, but that seems like it should be easy enough to fix.

Does gcc still support spec files (cf. gcc -dumpspecs)? If so, one could probably patch in the information via that mechanism, and not add a series of library specifications regardless of whether you're linking or not ...

In any case I'd invoke the system clang compiler.

René


More information about the macports-users mailing list