Click to See Complete Forum and Search --> : Kde compling -lm


[GoRN]
03-30-2001, 04:26 PM
it seems to be compiling fine (kdebase) but I just saw it scroll by:
-lm -lm -lm -lm -lm -lm -lm -lm -lm -lm -lm

only a sh*t load more.

is this a bug in the kde build proces? or is it just my computer?

just a little weird.

[GoRN]
03-31-2001, 05:17 PM
It all built fine, using it now.

i did some tests:

% gcc a.c -o 0.out
% gcc a.c -lm -o 1.out
% gcc a.c -lm -lm -o 2.out
% l *.out
-rwxr-xr-x 1 gorn gorn 13271 Mar 31 15:17 0.out*
-rwxr-xr-x 1 gorn gorn 13295 Mar 31 15:17 1.out*
-rwxr-xr-x 1 gorn gorn 13295 Mar 31 15:17 2.out*


so i guess the file doesn't become bloated with more -lm's but it's still weird

-out-