Dynamic Extension & Bus error

John W. Eaton jwe at octave.org
Wed Apr 22 21:31:00 CDT 2009


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


More information about the Help-octave mailing list