The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 01-21-2004
fpmurphy fpmurphy is offline
Moderator
 

Join Date: Dec 2003
Location: /dev/florida
Posts: 954
You cannot use a shared library build with aCC with an
executable built with gcc.

xercesc compiles fine on HP-UX with gcc. You just need to
configure the build correctly. Make use that you have a
version of gcc that builds HP-UX shared libraries correctly.

- Finnbarr