Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

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

by roperl (Beadle)
on Jun 01, 2018 at 21:31 UTC ( [id://1215665]=note: print w/replies, xml ) Need Help??


in reply to Re: Override ExtUtils::MakeMaker (override %Config))
in thread Override ExtUtils::MakeMaker

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://1215665]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-24 11:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found