2.5.21 drivers/net/hamradio/soundmodem/gentbl needs -lm

Keith Owens (kaos@ocs.com.au)
Tue, 11 Jun 2002 11:18:16 +1000


drivers/net/hamradio/soundmodem
/tmp/cc6m8eDA.o: In function `gentbl_offscostab':
/tmp/cc6m8eDA.o(.text+0x64): undefined reference to `cos'
...
Makefile uses HOST_LOADLIBES instead of HOST_LOADLIBS. That is what
happens when you use magic variables that cannot be syntax checked,
errors go undetected until somebody uses the option.

Not a problem for kbuild 2.5 of course, it has a syntax checker.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/