1753889 Members
7762 Online
108809 Solutions
New Discussion юеВ

can open veclib.h

 
xinhua fahy
Occasional Advisor

can open veclib.h

We have a c++ program what needs to call d1dfft. This is originally defined in veclib.h in HP-UX 11.0 system. But when we upgrate our system to HP-UX 11iv3, I could not find veclib.h anymore. I tried to use MLIB by adding "-lveclib -lcl -lm" in my link flag, but it does not solve the problem.
Any hint?
I noticed under /opt there is no directory called mlib any more.

Here is our system information:

$ uname -a

HP-UX nas1 B.11.31 U ia64 0517787850 unlimited-user license

$ model

ia64 hp server rx2660

$

2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: can open veclib.h

The veclib library, among others, is part of HP's Mathematical Software Library (MLIB) product.

You will need to purchase, and then install, this in order to have the VECLIB functions.

Information on the product is here:
http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=c008a8ea6ce02110a8ea6ce02110275d6e10RCRD

Ordering info is here:
http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=6108852bcbe02110852bcbe02110275d6e10RCRD
xinhua fahy
Occasional Advisor

Re: can open veclib.h

It's installed and works fine now.