help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamic Extension & Bus error


From: John W. Eaton
Subject: Re: Dynamic Extension & Bus error
Date: Wed, 22 Apr 2009 22:31:00 -0400

On 22-Apr-2009, Daniel Eggert wrote:

| On Apr 22, 2009, at 11:46 AM, John W. Eaton wrote:
| 
| > On 22-Apr-2009, Daniel Eggert wrote:
| >
| > | Ok. I wasn't compiling with mkoctfile, because I need to link to  
| > other
| > | things, and mkoctfile is not flexible enough for that.
| >
| > Are the -IDIR, -lLIB, -LDIR, -RDIR, -Wl,... options not sufficient?
| > If not, why not?  What's missing for your purpose?
| 
| It would be very helpfull, if I could pass "other CFLAGS" and "other  
| LDFLAGS" to mkoctfile.
| 
| Amongst others, I need to pass "-framework" options.

Using sh syntax, you should be able to do something like

  CFLAGS="-O2 -framework..." mkoctfile ...

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]