This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc linking problem on win64
- From: "Renaud Meunier" <renaud dot meunier at sorviodvnvm dot co dot uk>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 13 Jan 2010 10:31:10 -0000 (GMT)
- Subject: gcc linking problem on win64
Dear all,
I am trying to build gcc using mingw on my new win64 machine.
I have downloaded the latest mingw code
(mingw-w64-trunk-snapshot-20091222.tar.bz2) that is aimed to port gcc and
mingw to win64 (as far as I understand). I followed the instructions in
mingw-w64-howto-build.txt.
However I have the following error when building gcc:
gengtype-parse.c:952: undefined reference to `_yyend'
I know it might not be a gcc problem but come from the packages I have
downloaded but I am struggling to find online help. It will help me if you
could just tell me which library I should link with (or build on my
system) to have these symbols defined as I don?t know much about gcc
dependencies.
Thank you very much.
Renaud.