Hi Clebson,

Thanks very much for that. I have never written a make file before so that wasn't obvious, but with hindsight it was!

Cheers,

Dan.

On 23 Jun 2006, at 14:59, Clebson Abati Graeff wrote:

Where do the 'other linker flags' go? I need to link to GNU
Scientific Library i.e. -lgsl -lcblas.

Add this line to your GNUmakefile:

ADDITIONAL_LDFLAGS += -lgsl -lgslcblas

I use it before the

include $(GNUSTEP_MAKEFILES)/tool.make

--
Clebson Abati Graeff

A way a lone a last a loved a long the riverrun



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to