K 10 svn:author V 8 netchild K 8 svn:date V 27 2005-02-18T21:21:49.000000Z K 7 svn:log V 314 The static linking case (C++ only) expects a crtbeginT.o. Based upon inspection of src/contrib/gnu/crtstuff.c it seems it's the same as crtbegin.o, so make a symlink for it. At least linking a "Hello World" program with -static produces a working executable now. Noticed by: Niklas Sorensson END