From: "Carlo" Newsgroups: comp.os.msdos.djgpp Subject: My first error Date: Thu, 5 Aug 1999 00:28:18 +0200 Organization: TIN Lines: 18 Message-ID: <7oaepb$5nl$1@nslave1.tin.it> NNTP-Posting-Host: a-ov2-17.tin.it X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Linking that : #include main() { char str[80]; cout << "immettere una stringa: "; cin >> "Ecco la stringa: "; cout << str; return 0; } rhide says: Error: d:/djgpp/bin/ld.exe: cannot open -lstdcx: no such file or directory(ENOEN) but ld.exe is in the right directory. What i have to do? Thanks in advance