[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun Apr 12 09:14:37 CEST 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/04/12 09:14:37
Modified files:
cm3/m3-sys/cminstall/src/config/: NT386.common
Log message:
don't link Uconstants.obj into standalone executables, that is redundant with m3core.lib.sa and produces errors about duplicate symbols (though this seems like dubious behavior by GNU ld to me -- objects in libs only get pulled in if they resolved something, and loose objs are always pulled in, so there's no reason to get that object and find the duplicates..granted..it is also bad/ambiguous to have duplicates but rely on this behavior to 'hide' them
More information about the M3commit
mailing list