Re: [Numpy-discussion] f2py problem under MacOsX: "g95: unrecognized option '-shared'"
piler_f90' : ["g95"], 'linker_so': ["g95", '-undefined', 'dynamic_lookup', '-bundle'], # ["g95", "-shared"] #here is the mod 'archiver' : ["ar", "-cr"], 'ranl
[Numpy-discussion] f2py problem under MacOsX: "g95: unrecognized option '-shared'"
Hello, I'm running into trouble with f2py (numpy 1.0.3 on my intel MacOsX) f2py or actually f95 is complaining that -share option is not recognized: "g95: unrecognized option '-shared'" Which is actually true on an OsX platform. It should be something like -dynamic or so that should be used (bu