Makefile updates static linking with gcc

News by khorben on 14/12/2006 17:25:22
configure was just patched to generate linking commands differently in Makefiles [1]. This is because of a strange behavior of gcc, which I documented here [2]. Thanks to this, an increasing number of UNIX utilities from the utils [3] project could be compiled and made to run. The shell [4] should follow as well.

[1] /src/Makefile.c 1.21: http://www.defora.org/index.php?module=project&action=browse&id=16&file=/src/makefile.c,v
[2] http://www.defora.org/index.php?module=article&action=display&id=382
[3] http://www.defora.org/index.php?module=project&action=display&id=13
[4] http://www.defora.org/index.php?module=project&action=display&id=34