From: John R. <jr...@ce...> - 2006-12-05 04:51:28
|
On Dec 4, 2006, at 4:33 PM, Eric Wilhelm wrote: > Hi wxPerl users, > > I'm completely lost as to why the mac is behaving like this. > > $ perl Makefile.PL 2>&1 | head > Unrecognized argument in LIBS ignored: '-isysroot' > Unrecognized argument in LIBS ignored: '-arch' > Unrecognized argument in LIBS ignored: 'ppc' > Unrecognized argument in LIBS ignored: '-arch' > Unrecognized argument in LIBS ignored: 'i386' > > Anybody seen this? > > Thanks, > Eric Those are just part of the wx-config --libs command which MakeMaker doesn't know how to handle. You can safely ignore them. Regards, John Ralls |