Newsgroups: comp.os.msdos.djgpp From: manni DOT heumann AT gmx DOT de (Manni Heumann) Subject: Re: compiling C++ References: <7vsnag$jhc AT hermes DOT acs DOT unt DOT edu> <7vugut$7d9 AT hermes DOT acs DOT unt DOT edu> <3822ce3d DOT 0 AT news DOT uni-bielefeld DOT de> <7vuqnq$9nq AT hermes DOT acs DOT unt DOT edu> <38232437 DOT 0 AT news DOT uni-bielefeld DOT de> <804vqg$kfe AT hermes DOT acs DOT unt DOT edu> X-Newsreader: News Xpress 2.01 Date: Mon, 08 Nov 1999 07:52:19 GMT NNTP-Posting-Host: dhcp33-114.uni-bielefeld.de Message-ID: <38268138.0@news.uni-bielefeld.de> X-Trace: 8 Nov 1999 08:52:24 +0200, dhcp33-114.uni-bielefeld.de Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <804vqg$kfe AT hermes DOT acs DOT unt DOT edu>, "Morpheus" wrote: >Manni. > >I've made another module -- a simple .h file with a function prototype, and >a .cpp file with the definition of the function and a main function. It >compiles and links fine. I've even tried writing another one and adding it >to the original one (#include), and it still compiles and links fine. >Something is up with the "main" function in my IniUtils or something. > >Morpheus. > > So I guess that means your installation is OK. Maybe one of your include guards is not working the way it should. You don't get any parse errors, so I don't think you forgot a brace or a semicolon somewhere. Strange! But I still don't understand the output of gcc that you posted and that didn't show any error messages. -- Manni