Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Runaway intel 64 bit targeting

Blake1
Beginner
529 Views

Hello,

I recently installed the oneapi base toolkit after having used just the classic

fortran compiler, for a while to build a static lib. I mistakenly thought intel could  do a better job than Microsoft. The install forced intel C++ down my

throat and, unbenounced to me, assumed a 64 bit target machine. Our app

is an older 32 bit app. When it went to link, all our pre-built 32 bit libraries

were tagged as no good because the miserable intel C++ said you can't use

32 bit libraries on a 64 bit target machine. THIS IS LUDICROUS! Somebody

should tell those bumbling idiots at intel that 32 bit code works JUST FINE

on a 64 bit machine. It 64 bit code that can NOT be run on a 32 bit machine.

How can I fix this mess to make my app get built?

0 Kudos
3 Replies
NoorjahanSk_Intel
Moderator
479 Views

Hi,

Thanks for reaching out to us.

Apologies for causing any inconvenience

 

Could you please provide a sample reproducer along with the steps you have followed so that we can try it from our end?

Also please provide OS details and compiler version being used.

 

Thanks & Regards,

Noorjahan.

 

0 Kudos
NoorjahanSk_Intel
Moderator
449 Views

Hi,


We haven't heard back from you. Could you please provide an update on your issue?


Thanks & Regards,

Noorjahan.


0 Kudos
NoorjahanSk_Intel
Moderator
426 Views

Hi,

We have not heard back from you, so I will close this inquiry now. If you need further assistance, please post a new question.


Thanks & Regards,

Noorjahan.


0 Kudos
Reply