From: mjara AT cadesm34 DOT eng DOT utah DOT edu (Michael Jara) Newsgroups: comp.os.msdos.djgpp Subject: Strange error from ld Date: 24 Mar 1997 09:04:32 GMT Organization: University of Utah Computer Science Department Lines: 10 Message-ID: <5h5g30$sub@magus.cs.utah.edu> NNTP-Posting-Host: cadesm34.eng.utah.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In trying something simple like "gcc test.c -o test.exe", I get an error from ld that it can't find a file or directory named "-lc_alias". This seems strange to me... Isn't -lc_alias some sort of link option? Why is ld looking for a file of this name? If it's any help, it appears to be happening when it's trying to deal with a file in tmpdir called "ccdaaaaa", which I assume is some sort of intermediate compilation file. Thanks, - Mike