On Wed, May 7, 2008 at 7:46 PM, Breno Carneiro Pinheiro
 > LDFLAGS := -lnative $(shell $(XENO_CONFIG) --xeno-ldflags)

This should be:

 LDFLAGS := $(shell $(XENO_CONFIG) --xeno-ldflags) -lnative

Order matters.

-- 
 Gilles

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to