This is the mail archive of the gcc-patches@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]

Re: [gcc-in-cxx] Get past stage1 on darwin


Ian Lance Taylor wrote:
Tobias SchlÃter <tobias.schlueter@physik.uni-muenchen.de> writes:

NB:
$ ls
/Users/tobi/src/gcc-in-cxx/build/prev-i386-apple-darwin8.11.1/libstdc++-v3
ls:
/Users/tobi/src/gcc-in-cxx/build/prev-i386-apple-darwin8.11.1/libstdc++-v3:
No such file or directory

I.e. the libstdc++ headers are not where the build expects them.

Does the directory


/Users/tobi/src/gcc-in-cxx/build/prev-i386-apple-darwin8.11.1

exist?  Presumably it would contain a libgcc subdirectory.  If it does
not exist, where is the stage1 libgcc?

It is there, and libgcc is indeed built. On the other hand ...


Does the build log show that libstdc++-v3 was built in stage1?  It
should appear in between building the stage1 libgcc and starting the
stage2 build.

the first mention of libstdc++ in the build logs is during the configuration of stage2. The build proceeds directly from building libgcc to stage2.


Cheers,
- Tobi


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