This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc 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: Glibc installation


"Ricardo Derbes" <rmd@altec.com.ar> writes:

> by my program (ldd...) on the 486, and then run ldconfig, when I run
> my program it bombs saying "Illegal instruction".  How can I solve
> this?  I´ve tried downloading the glibc-2.2.4 and compiling it
> with --prefix=/usr i386-linux-pc-gnu...

I usually compile glibc for an i486 on my Pentium II using

    CFLAGS="-O2 -mcpu=i486" [...]/configure --host i486-pc-linux-gnu \
        --prefix=/usr --enable-add-ons=[...] --with-headers=[...]



urs


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