POV-Ray : Newsgroups : povray.unix : Compiling under HPUX 11.0 : Re: Compiling under HPUX 11.0 Server Time
1 Jul 2024 05:55:29 EDT (-0400)
  Re: Compiling under HPUX 11.0  
From: Nicolas Calimet
Date: 13 Jan 2005 11:47:16
Message: <41e6a614$1@news.povray.org>
Concerning your linking problem, I believe this is caused by
a faulty linker, as it seems unable to resolve symbols contained in a
single library.  Maybe there is some special option to turn on; please
consult your ld manual.

> .../configure COMPILED_BY="JC" --disable-vsnprintf-check --without-x
> --disable-io-restrictions CXXFLAGS="-AA -I/usr/local/include +W728 +W749
> +W829"

	Are you sure this is the actual command-line that you invoqued?
First you don't seem to use the --disable-shared option as I expected.
Moreover, if you specify --without-x, you shouldn't end up with the linker
trying to link with various X libraries (-lSM -lICE -lX11).

	- NC


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.