From: "Marcus" Newsgroups: comp.os.msdos.djgpp Subject: Compiler errors Date: Sat, 12 Feb 2000 14:17:56 +0100 Organization: Telenordia Lines: 20 Message-ID: <883ml2$plq$1@cubacola.tninet.se> NNTP-Posting-Host: cns2-210-200.cm.starport.se X-Trace: cubacola.tninet.se 950361570 26298 193.150.210.200 (12 Feb 2000 13:19:30 GMT) X-Complaints-To: abuse AT algo DOT net NNTP-Posting-Date: 12 Feb 2000 13:19:30 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How do I solve these compiler errors? Error: multiple definiton of 'sign' Error: d:/djgpp/bin/ld.exe: cannot open -l stdcxx: No such file or directory (ENOENT) Error: connect2: ld returned 1 exit status I get the first error when I declare something in a header file like this "#ifndef HEADER #define HEADER char sign; #endif HEADER" and then include the header twice or more. And the other errors come up every time after I reinstalled DJGPP. Help... /Marcus