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

Mixing 32 and 64 bits code is possible??


Hello experts,

I have the following problem, that I think it is impossible, but I'm not sure.

I have my source code compiled for 64 bits. I have to link it with libraries, 
that I suspect that where compiled for 32 bits. The thing is not linking 
(symbols not found), and I assume it is because of the 64 - 32 bits mixing.

Am I right that it is impossible?? Or maybe it is because of other linking 
errors?


Thanks,
Miguel Angel



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