This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]