Using 32bit and 64bit gcc - C
This is a discussion on Using 32bit and 64bit gcc - C ; Hi,
I've got a Solaris machine with 32-bit gcc installed. I need to
compile some programmes with 64-bit Oracle 10g, so I'd like to install
the 64-bit gcc 3.2.1, too. Does anyone know if this is a sensible
thing to ...
-
Using 32bit and 64bit gcc
Hi,
I've got a Solaris machine with 32-bit gcc installed. I need to
compile some programmes with 64-bit Oracle 10g, so I'd like to install
the 64-bit gcc 3.2.1, too. Does anyone know if this is a sensible
thing to do, or should I remove the 32-bit version first before I try
to install the 64-bit version?
Anything else anyone can think of to make this a trouble-free
experience for me would be gratefully received.
As well as posting any replies here, could I also ask people to email
them to marlon.seton@swallowtech.com, please?
Thanks,
Marlon
-
Re: Using 32bit and 64bit gcc
quitebizarre wrote:
> ... I'd like to install
> the 64-bit gcc 3.2.1, too. ...
> Anything else anyone can think of to make this a trouble-free
> experience for me would be gratefully received.
Looks more suitable for gcc-help mail list. Sign up at gcc.gnu.org.
>
> As well as posting any replies here, could I also ask people to email
> them to marlon.seton@swallowtech.com, please?
All the more reason to start in a more topical place.
-
Re: Using 32bit and 64bit gcc
quitebizarre wrote:
>
> I've got a Solaris machine with 32-bit gcc installed. I need to
> compile some programmes with 64-bit Oracle 10g, so I'd like to
> install the 64-bit gcc 3.2.1, too. Does anyone know if this is a
> sensible thing to do, or should I remove the 32-bit version first
> before I try to install the 64-bit version?
>
> Anything else anyone can think of to make this a trouble-free
> experience for me would be gratefully received.
gcc is up to 4.2.x version.
>
> As well as posting any replies here, could I also ask people to
> email them to marlon.seton@swallowtech.com, please?
No. Too much trouble.
--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>
--
Posted via a free Usenet account from http://www.teranews.com
-
Re: Using 32bit and 64bit gcc
quitebizarre wrote:
> Hi,
> I've got a Solaris machine with 32-bit gcc installed. I need to
> compile some programmes with 64-bit Oracle 10g, so I'd like to install
> the 64-bit gcc 3.2.1, too. Does anyone know if this is a sensible
> thing to do, or should I remove the 32-bit version first before I try
> to install the 64-bit version?
>
> Anything else anyone can think of to make this a trouble-free
> experience for me would be gratefully received.
>
> As well as posting any replies here, could I also ask people to email
> them to marlon.seton@swallowtech.com, please?
>
> Thanks,
> Marlon
>
Last time I compiled using gcc in Solaris I *think* there was a
-m64 or similar option within the same executable to generate
a 64 bit mode program. I think you do not have to switch
compilers but just add an option to the compiler flags.
Did you read the documentation?
-
Re: Using 32bit and 64bit gcc
quitebizarre writes:
> I've got a Solaris machine with 32-bit gcc installed. I need to
> compile some programmes with 64-bit Oracle 10g, so I'd like to install
> the 64-bit gcc 3.2.1, too. Does anyone know if this is a sensible
> thing to do, or should I remove the 32-bit version first before I try
> to install the 64-bit version?
[...]
Try comp.unix.solaris or gnu.gcc.help.
--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Similar Threads
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 11-22-2007, 01:04 PM
-
By Application Development in forum Sharepoint
Replies: 4
Last Post: 10-05-2007, 01:46 PM
-
By Application Development in forum Fortran
Replies: 1
Last Post: 09-18-2007, 08:47 AM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 10-30-2006, 05:54 AM
-
By Application Development in forum Graphics
Replies: 9
Last Post: 10-27-2006, 02:19 PM