Date: Tue, 28 Jan 2003 11:36:01 -0500 Message-Id: <200301281636.h0SGa1U31107@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <7103E200AF59D51184050001021A0FCA1AFA26@MAILSERVERBR> (message from Sergio Prado on Tue, 28 Jan 2003 12:23:21 -0500) Subject: Re: DJGPP Compiler References: <7103E200AF59D51184050001021A0FCA1AFA26 AT MAILSERVERBR> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Anybody knows how can I know the version of my DJGPP compiler? In a normal installation, there should be a "manifest" directory (i.e. like c:\djgpp\manifest) that contains 1-3 files per installed package. You want the *.ver file - it tells you the version of the installed package (of course, the *name* of the *.ver file has the version also). In addition, the include/sys/version.h file contains the version number of the C library (djdev). Also, "gcc -v" tells you the version of gcc (in fact, many gnu programs use -v to tell you their versions).