Author Topic: Mandrav's config?  (Read 13330 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Mandrav's config?
« on: February 26, 2005, 05:05:16 am »
I'd like to check out a spec of Yiannis' config, what versions of MingW and binaries (i.e. gcc, ld, gdb etc) he uses (i'd like the -v (verbose) version please.

Thanks! :)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Mandrav's config?
« Reply #1 on: February 26, 2005, 09:34:02 am »
Just the standard MinGW stuff, under win32:

Code

C:\Documents and Settings\mandrav>mingw32-gcc -v
Reading specs from C:/MINGW/BIN/../lib/gcc/mingw32/3.4.1/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host=
mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable
-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --e
nable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-ja
va-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchroniz
ation --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.1 (mingw special)

C:\Documents and Settings\mandrav>ld -v
GNU ld version 2.14.90 20030807

C:\Documents and Settings\mandrav>windres -V
GNU windres 2.14.90 20030807
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.

C:\Documents and Settings\mandrav>gdb -v
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32".


Yiannis.
Be patient!
This bug will be fixed soon...