This is a discussion on Howto compile 32-bits source on ia64 system? within the Linux Administration forums, part of the Linux Forums category; Hi All. I have RHEL 3.0 installed on IA64 machine I am currently using gcc version 3.2.3 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All.
I have RHEL 3.0 installed on IA64 machine I am currently using gcc version 3.2.3 I would like to compile 32-bits sources. What should I do? [root@illnx64 root]# gcc -v Reading specs from /usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=ia64-redhat-linux Thread model: posix gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-24) Best Regards, Ayelet Regev ayeletr@smarteam.com |
|
|||
|
Ayelet Regev said the following, on 09/05/04 15:53:
> Hi All. > > > I have RHEL 3.0 installed on IA64 machine > > I am currently using gcc version 3.2.3 > > > > I would like to compile 32-bits sources. > > > What should I do? > Reading the documentation for 'gcc' would be a good start. Notice, in particular, the '-m' options. Beyond this, give us a minimal example of what you are trying to do (with source and target environment specs), together with any problems you're having. and we'll try to help you. -- Rich Gibbs rgibbs@alumni.princeton.edu |