[CMake] HPUX 11.31 lgcc error

Hendrik Sattler post at hendrik-sattler.de
Mon Dec 10 19:51:37 EST 2007


Am Dienstag 11 Dezember 2007 schrieb galaxtron at gmail.com:
> Hi all,
>
> I need desperate help with my CMake and was hoping someone could
> render assistance.
>
> I'm running HP-UX 11.31 ia64 and compiled CMake using aCC (HP Native
> Compiler). When I attempt to compile my code, I receive the following
> error:
[...]

The GCC man page mentions "libgcc" alot.
Do you actually use acc or gcc on your system? Maybe one of the cmake script 
include the "-lgcc" even when you use acc. A bug then, I guess.

HS


More information about the CMake mailing list