25 Nov
2005
25 Nov
'05
5:32 a.m.
On Thu, 24 Nov 2005 17:47:09 -0800 Ron Young <ronyoung@adelphia.net> wrote:
I am trying to build the gomp branch of gcc. I get this message. I must not have something pointing to the right directory.
When configuring, you should use the --disable-multilib option The error messages indicate that 32-bit libraries are being searched for and not found. By disabling multilib, you will prevent this from happening and build a compiler that only creates code for 64-bit libraries, which is what you want anyway. Frank Peters