Date: Thu, 25 Aug 94 22:14:37 -0400 From: dj AT ctron DOT com (DJ Delorie) To: hvb AT netrix DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: DJGPP 1.11 vs. gnu tool on unix - help > > ld -L//lib -lc //lib/crt0.o (1) put the "-lc" *after* the objects. (2) Why not just use this: gcc -o and skip all that other nonsense? Use "gcc -v ..." to see what link line it uses.