psiciliano has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I'm trying to compile a module that uses Module::Build::WithXSpp on Mac OSX Mavericks. More precisely Slic3r-XS.
When I ran perl Build.PL I get this error: clang: error: unknown argument: --no-merge-constants
In other modules, like cpan modules I successfully edit make file and run make by hand. But this Build.PL doesn't generates a Makefile.
Does anyone can tell me how can I remove that option from GCC default parameters on Mac OSX when I try to compile from perl? (Or how use Module::Build::WithXSpp to generate a Makefile to edit this by hand too ...)
Thanks for your help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module::Build::WithXSpp and cc flags
by karlgoethebier (Abbot) on May 21, 2015 at 17:37 UTC | |
by psiciliano (Novice) on May 22, 2015 at 01:22 UTC | |
by Anonymous Monk on May 22, 2015 at 03:05 UTC | |
|
Re: Module::Build::WithXSpp and cc flags
by Anonymous Monk on May 21, 2015 at 00:26 UTC |