Operating System - HP-UX
1752806 Members
6468 Online
108789 Solutions
New Discussion юеВ

problem to install unixODBCDriver

 
ьЭ┤ьГБы┤Й_2
Occasional Contributor

problem to install unixODBCDriver


I want to install unixODBCDriver in HP-UX 11.11[RP5470] as 64bit mode.

to do that, I give some options such as export CC=acc,and export CFLAGS=+DD64.

after that, I installed unixODBCDriver source file. but it's not installed as 64 bit mode.

How can I install it as 64 bit mode?

Is there some option to compile unixODBCDriver as 64bit mode in HP-UX 11.11?

plz, give me answer.,

Thank you for reading.
2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: problem to install unixODBCDriver

Are you using make/gmake?
I assume you meant "export CC=aCC".
If these are C++ sources, you need CXXFLAGS=+DD64.
ьЭ┤ьГБы┤Й_2
Occasional Contributor

Re: problem to install unixODBCDriver

Thank you for your answer!! :-]
I succeded it adding hp-gcc64 compiler in the path.