Luiz, That makefile setup and your outputs don't match. In the FreeBSD setup, you're compiling the source files separately and then linking. On the gentoo setup, you're doing something really strange with no source files or object files. corey On 4/20/05, Eljay Love-Jensen <eljay@xxxxxxxxx> wrote: > Hi Luiz, > > When you specify -c (compile only), the link libraries specified (-lwhatever) are not used. > > GCC is warning you about that, in case you made one of two mistakes: > 1) -c wasn't supposed to be there, ooops! > 2) -lwhatever wasn't supposed to be there, ooops! > > HTH, > --Eljay > >