This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
relocatable gdb
- From: Bob Rossi <bob_rossi at cox dot net>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 16 Dec 2006 15:57:17 -0500
- Subject: relocatable gdb
Hi,
I've been responding to an old thread regarding building gcc in mingw so
that it can be relocatable.
I'm not sure if the discussion should be on gcc-patches, so I'm moving
it here.
This link has the script I'm running to automate the build,
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01181.html
This link has the output of the commands 'gcc -v -o main main.c' and
'g++ -v -o main main.cpp' which are both "Hello World" programs.
The gcc executable can find stdio.h but the g++ exe can not find the
iostream header.
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01182.html
I'm imagining the multiple messages
ignoring nonexistent directory "C:/msys/1.0/home/bobbybrasko/g++...
have something to do with this.
Thanks for any assistance I could get on this.
Bob Rossi