[Omake] can't find the error in my omakefile
micha
micha-1 at fantasymail.de
Mon Feb 12 10:33:53 PST 2007
Aleksey Nogin wrote:
> Basically, you are asking OMake to run
>
> ocamlc.opt -warn-error A -g -I . -custom -o hello.run ask.cmo
> color.cmo draw.cmo font.cmo labeltype.cmo box.cmo widget.cmo
> window.cmo hello.cmo valuator.cmo libofltk.a -cclib \"-lstdc++
> -L/usr/local/lib -lfltk2 -lX11 -lXi -lm -lsupc++\"
>
> And you are getting the exact same error that you would get if you ran
> the above line in a shell.
the $".." syntax gives the same result.
what I want omake to do is:
generate libofltk of some cpp files (this works)
generate the ocaml prg out of some ml files (works)
then link with the libs in the -cclib argument.
I don't get it to link, how do I define that ?
cheers
Michael
More information about the Omake
mailing list