Operating System - HP-UX
1753365 Members
6035 Online
108792 Solutions
New Discussion юеВ

Re: Connection from Oracle to MySQL on HP-UX 11

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: Connection from Oracle to MySQL on HP-UX 11

>What can I do to solve this problem?

My IPF gcc compiler (3.4.3) likes __fpreg.
Are you using a PA gcc compiler?
Brecht De Baets
Frequent Advisor

Re: Connection from Oracle to MySQL on HP-UX 11

We have an ia64 machine.
We use a GNU gcc compiler, version 4.1.2.

Where can I get the correct compiler ?

Regards
Dennis Handly
Acclaimed Contributor

Re: Connection from Oracle to MySQL on HP-UX 11

>We have an ia64 machine.
>We use a GNU gcc compiler, version 4.1.2.

Can you compile a trivial source and then use the file(1) command on it to see what type of object files you get?

When you use "gcc -v --help", do you see "IA-64 options:"?

>Where can I get the correct compiler?

You can get it from DSPP by registering:
http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD
Brecht De Baets
Frequent Advisor

Re: Connection from Oracle to MySQL on HP-UX 11

Ok,

The configure statement works fine now.
But when I run make, I get the following errors :

kernel/qt_x11.h:64:22: error: X11/Xlib.h: No such file or directory
kernel/qt_x11.h:69:23: error: X11/Xutil.h: No such file or directory
kernel/qt_x11.h:70:21: error: X11/Xos.h: No such file or directory
kernel/qt_x11.h:71:23: error: X11/Xatom.h: No such file or directory
kernel/qt_x11.h:79:34: error: X11/extensions/shape.h: No such file or directory
kernel/qapplication_x11.cpp:4470:27: error: X11/keysymdef.h: No such file or directory
kernel/qapplication_x11.cpp:6020:26: error: X11/SM/SMlib.h: No such file or directory

Where can I get these missing files ?
Dennis Handly
Acclaimed Contributor

Re: Connection from Oracle to MySQL on HP-UX 11

These includes are shipped with HP's compilers, X11MotifDevKit is part of B9007AA.

I don't know if there is a opensource version of these.
Brecht De Baets
Frequent Advisor

Re: Connection from Oracle to MySQL on HP-UX 11

On my HP-UX Application Software DVD, there is a directory B9007AA, but it is empty and
it is not in the list of programs that can be installed from the DVD.
There is, however, a package called HPDesktopDev in the list of programs.

I guess this package doesn't contain the libraries ?
Dennis Handly
Acclaimed Contributor

Re: Connection from Oracle to MySQL on HP-UX 11

>Application Software DVD, there is a directory B9007AA, but it is empty

You need to purchase the product, perhaps that's why it is empty?

As I said, the headers are in X11MotifDevKit.