Doug,

I have not used a Makefile at all, I just compile by typing "gcc
file.c -o file -lm"

Regards,
Sven


--- Doug Kehn wrote:

Did you also add -lm to the Makefile?  For example,

$(EXEC): $(OBJS)
      $(CC) $(LDFLAGS) -o $@ $(OBJS) -lm $(LDLIBS)


Regards,
...doug
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to