From: Eugene Ageenko Newsgroups: comp.os.msdos.djgpp,gnu.gcc,gnu.gcc.help Subject: Re: GCC vs. CC. problem with macro. Help required! Date: Tue, 1 Jun 1999 20:40:51 +0300 Organization: University of Joensuu / Dept. of Computer Sci. Lines: 45 Message-ID: References: <3753FA47 DOT 81AD25F6 AT cs DOT joensuu DOT fi> <37540F1D DOT CD76DF2D AT cs DOT joensuu DOT fi> <14164 DOT 5311 DOT 383346 DOT 121798 AT baynetworks DOT com> NNTP-Posting-Host: cs.joensuu.fi Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <14164.5311.383346.121798@baynetworks.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 1 Jun 1999, Paul D. Smith wrote: > %% Eugene Ageenko writes: > > ea> the situation is that one of our developers is working on Alpha DEC > ea> station and uses boundled C compiler. I will ask him to provide an > ea> information about the exact compiler in use, since I now see that cc > ea> is a macro. > > Script. Ok. > Does your code compile with this compiler? Do you have the SunPRO > compiler installed? My code is perfectly compiled with gcc I have on this system. I have little idea of what the comipler is invoken by the cc script, maybe this tell you something: it invokes /usr/ccs/bin/ucbcc and there is something looking like SUNWspro/SC4.2/ If you tell me where to look for the information you need, and what to run, i will do that. Personaly, I am using DJGPP for DOS, so it explains my little knowledge of UNIX systems. We aret trying to make the executable of our software for the cgi-bin script on the UNIX web-server. I think the trick /**/ would help just fine for the old compiler. Thank you. The actuall problem is arised from Alpha DEC station, where I have a little information on the system installed. The college said he has there the bundled cc compiler coming with the machine. But the error messages he have sent to use are similar to the messages I have got from him in e-mail. Eugene Ageenko