hi,

Anyone have experience with using Projectbuilder to develop with fink 
installed libs?
I ran into a snag while trying to migrate my simple Makefile over to 
Projectbuiler project.

Building a sample libnet app I have the following Makefile (which works).

[localhost:~/dev/stuff] michaeln% make
cc -Wall `libnet-config --defines` -I/sw/include -I/sw/include/libnet
main.c -o test

I tried to replicate this Projectbuilder using:
OTHER_CFLAGS = "-Wall `/sw/bin/libnet-config --defines`"

The result is:

zsh: no such file or directory: /sw/bin/libnet-config --defines
cc: cannot specify -o with -c or -S and multiple compilations

zsh can't seem to find the /sw/bin/libnet-config file. Any ideas on what 
the issue is?

thanks,

Mike


_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to