On Thu, 30 Oct 2003, Muhammad Talha wrote:
> i am unable to compile polygraph on solaris 9 ultra sparc Platform
> with gcc 3.3
Public Polygraph versions cannot be compiled with GCC 3.x without
changes.
> it successfully installed on linux
Probably using GCC 2.x, right?
> i am getting the following error in config.log
>
> l conftest.cc -lncurses -lm -lsocket -lnsl 1>&5
> ld: fatal: library -lncurses: not found
> ld: fatal: File processing errors. No output written to conftest
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 1206 "configure"
> #include "confdefs.h"
The above "error" is normal. The configure script simply detects lack
of ncurses library, which is not required to run Polygraph tests. (A
polymon tool uses that library). You do not show enough context, but I
doubt that this "error" is causing any problems during the
configuration step.
You have a few options:
- Switch to GCC 2.x on Solaris
- Get access to the development version of
Polygraph that used to compile on GCC 3.2(?)
and can be ported to 3.3 if needed. Please contact
me off list if you want details.
- Wait for the development version to become
public by the end of this year.
- Port public version to GCC 3.X yourself.
Alex.
Received on Thu Oct 30 2003 - 08:53:07 MST
This archive was generated by hypermail 2.2.0 : Wed Dec 03 2008 - 12:00:07 MST