Creating 32-bit executables for 64-bit installation [message #93944] |
Mon, 12 May 2003 05:55 |
Teenu
Messages: 1 Registered: May 2003
|
Junior Member |
|
|
Hi,
Our current production version is in 64-bit for Oracle 8i. But all our Pro*C executables are 32-bit. Now we are migrating to 9i for the same 64-bit. Now, is there any way for me to compile the same Pro*C code and create 32-bit executables if 9i is installed as 64-bit? Becoz I am having some problems when creating 64-bit executables during execution. And I am using SUNWsPro/cc compiler for compiling the generated '.c' programs.
Thanx and regards,
Teenu
|
|
|
Re: Creating 32-bit executables for 64-bit installation [message #94044 is a reply to message #93944] |
Tue, 18 November 2003 07:17 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
You can only use Pro*C with the specific C/C++ compiler
versions. This is documented in chapter 2 of the
installations guide.
For example, to compile Pro*C programs on Solaris 9
(64-bit), you need:
"Sun Forte Workshop 6.2. With patches: 111678-05,
111679-03, 111681-01, 111683-03, 111685-03, 111690-03,
111691-02, 111678-06. "
Best regards.
Frank Naude
|
|
|