On Thu, Aug 15, 2002 at 04:35:33PM +1000, Ken Williams wrote: > (From a thread on the [EMAIL PROTECTED] list, turning into an > Inline thread)
> That seems to work fine for the C executable. So I figured I'd > try the same technique in Inline, but no go: > > use Inline C => 'DATA' => > LIBS => '-framework Carbon'; > > That gives me essentially the same error you got. > > I looked in the 'out.make' file generated by Inline, and it > turns out that the "-framework Carbon" chunk isn't in the > compilation command at all. I've had this problem before, with > LIBS stuff getting dropped by Inline, but I'm not sure how to > fix it. If I remember correctly, it's actually MakeMaker silently dropping anything it doesn't think is a library from the LIBS line. So it's not actually Inline at fault. If this is the correct cause, I'm still not sure if it helps, as I don't know of a workaround. Nicholas Clark -- Even better than the real thing: http://nms-cgi.sourceforge.net/
