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

Re: egcs-1.1.2 and glibc-2.1: egcs build problem (__sigset_t)


Am Thu, 13 May 1999 schrieb Maarten ter Huurne:
>Hello,
>
>I think I found a bug in the building process of egcs 1.1.2. By the way, my
>system descriptor is 'i586-pc-linux-gnulibc2'.
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

There is no such target as i586-pc-linux-gnulibc2! I'm quite sure egcs-1.1.2
didn't detect this, instead you tried to give this configuration to configure,
am I right?

There's either *-linux-gnulibc1 for libc5 or *-linux-gnu for glibc-2.x based
systems. But the best thing for native builds is to give either nothing or
only a target alias to configure, like:

cd objectdir
../egcs-1.1.2/configure i586-pc-linux

The rest of the configuration will be detected by configure then.

Franz.


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