![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Differences between csh and tcsh | shafi2all | Shell Programming and Scripting | 1 | 05-14-2008 06:48 AM |
| Differences Sys 5 and BSD | RajaRC | SUN Solaris | 2 | 07-20-2004 03:11 AM |
| Differences between SAN and NAS | jigarlakhani | Filesystems, Disks and Memory | 2 | 11-15-2003 01:09 PM |
| differences nis nis+ | joerg | IP Networking | 2 | 06-24-2002 12:47 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Differences gcc <-> aCC
Hi all!
I'm working on a HP UX 11 machine. I have an executable build with gcc and a shared library (sl) build with aCC. If i start the executable, i have many errors about unresolved symbols. Is the binary output of aCC and gcc compatible? Greetings! |
| Forum Sponsor | ||
|
|
|
|||
|
I have tried that! I need to get AXIS C++ to run.
AXIS uses the xercesc library which cannot be compiled with g++ on my machine. The makefile contains an error with the compiler flags, it seems that the 'configure' script think i'm using the aCC compiler. AXIS itself cannot be compiled with aCC, only with g++. Im getting nuts with that.... |
|
||||
|
I don't know what AXIS is. If it needs g++, it's not written in C++. A C++ program can be compiled by any C++ compiler including aCC (which is actually my favorite compiler). The gcc folks have invented their own language.
Since you must use g++ to compile AXIS, you need to go with that. You lost me with this makefile/configure script stuff. But you should be able to control configure to use gcc. Or you should be able to edit the makefile to do so. If nothing else, rename aCC while configure is running. |
|
|||
|
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 |
|||
| Google UNIX.COM |