This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Gcc 32-bits or 64-bits


Hi Jack
I tried the file command and exactly it says:

       "file /inc21_ora01/app/oracle/product/9.0.1/lib//libclntsh.sl
       ....:        ELF-64 shared object file - PA-RISC 2.0 (LP64)"

The gcc was generated as a 32-bit set ? 
Tried file over several files and send messages related like 
      "PA-RISC1.1 shared executable dynamically linked"

How can i generate or find a 64 bit gcc???????


Will the gcc 3.0 , 3.0.1 bundles from HP Porting Center will do the work , or i have to install
them with some special options? 


regards.


--- Jack Cummings <jack@ice.mudshark.org> wrote:
> On Tue, Nov 27, 2001 at 09:05:59AM -0800, Gerardo Javier Oliva Galvan wrote:
> 
> > /usr/bin/ld: /inc21_ora01/app/oracle/product/9.0.1/lib//libclntsh.sl: Mismatched ABI. 64-bit
> PAshared library found in 32-bit link.
> 
> > *************************************************************************************
>  
> > My boss is bugging me to see if the compiler is compiled for 32-bit or 64-bit environment. 
>  
> > Is this possible? is there a way to know how the compiler is running?
> > In your experience have you seen this kind of problem?
> > We opened a call with oracle , they have a week on this and i wan to finis them all.
> 
> The problem here is that you can't mix 32 bit and 64 bit binares. 
> 
> It would appear that /inc21_ora01/app/oracle/product/9.0.1/lib//libclntsh.sl is a 64 bit
> binary, the file command will tell you for sure. 
> 
> The options are:
> 
> 1) use a 64 bit gcc. 
> 2) find a 32 bit version of the library.
> 
> --Jack 


=====
Salu2 y que Dios te bendiga
Gerardo

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1


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