Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Override ExtUtils::MakeMaker (override %Config))

by beech (Parson)
on Jun 01, 2018 at 20:47 UTC ( [id://1215664]=note: print w/replies, xml ) Need Help??


in reply to Override ExtUtils::MakeMaker

Hi,

See ExtUtils::FakeConfig as a means to override Config

I find it much simpler to install my own perl, no Config editing at all :)

  • Comment on Re: Override ExtUtils::MakeMaker (override %Config))

Replies are listed 'Best First'.
Re^2: Override ExtUtils::MakeMaker (override %Config))
by roperl (Beadle) on Jun 01, 2018 at 21:31 UTC
    cool thanks I'll check it out

    I got it to compile without having to change MakeMaker options
    The issue was linking the object files was giving me this error for every symbol
    ld: fatal: symbol 'MQFIELD_STR' is multiply-defined: (file MQSeries.o type=FUNC; file constants.o type=FUNC);

    I added this to the Makefile for the LD variable
    LD = /opt/solarisstudio12.3/bin/cc --allow-multiple-definition

    This allows for the multiply-defined symbols.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1215664]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-18 11:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found