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]

Re: building gcc-3.4 with mingw/msys


Dave Murphy wrote:
I've managed to get 3.4 built for ARM target using mingw/msys but the
resulting build seems to end up dependent on libiconv-2.dll which hasn't
been the case with the 3.3 series. I've been configuring as follows

You could try debugging the build process to see why the extra library is brought in. Maybe there is a configure/Makefile change that causes us to link in the library when we didn't before. Maybe there is a change to one of the source files that causes it to require libiconv when it did not before.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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