Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Compiling Errors with C++ / Solaris
Name: Joseph Date: May 19, 2003 at 13:26:59 Pacific OS: Solaris CPU/Ram: PIII 450, 256 mb
Comment:
Hi,
I am getting this error, gcc: Compilation of header file requested. Not sure what it means. Everything else seem to be fine.
Summary: Hi, I wrote a C++ program in windows that works perfectly now I need to make it work for Solaris. But, when i compile I get the following error. Not sure what the compile is telling me. top20.cpp:366:...
Summary: Hello , I am trying to compile my c program using make file. But i am getting the foll errors. Kindly help me out make -f pmls.mk cc -Aa -g +z -D_HPUX_SOURCE -Dhpux -I/opt/xelp/prg/premier/in...
Summary: I'm trying to make a program to convert some text files to webpages. It does the DIR command and puts it in a text file. Then it gets one line at a time from the text file to get the file names of the...