Subject | Re: UDF's on MAC |
---|---|
Author | Moreno Vandelli |
Post date | 2008-02-12T12:37:58Z |
""Dalton Calford"" <dcalford@...> wrote
os X Tiger"), and Paul answers me to compile sources as "bundle",
not "dynamiclib". I was not able to create a working makefile, but I
get a working "dylib" with a command like this:
"gcc -bundle file1.c file2.c -I/.. -L/.. -o mylib.dylib"
Good Luck
> Does anyone have an example of a UDF for MAC?Recently I ask a question about this topic (see "Build UDF under mac
> I am looking for a Makefile/Sample as I have a udf that
> compiles without error but does not work correctly
> (Entry point not found errors)
os X Tiger"), and Paul answers me to compile sources as "bundle",
not "dynamiclib". I was not able to create a working makefile, but I
get a working "dylib" with a command like this:
"gcc -bundle file1.c file2.c -I/.. -L/.. -o mylib.dylib"
> (I have done this a million times on linux/windows but I amI build on Tiger, but I think you should reach the same results.
> new with MAC Leopard)
Good Luck