Andy Bach <[EMAIL PROTECTED]> wrote:
> I know its a sort of dead end OS but ...

> ld: fatal: library -lrt: not found

> parrot/config/init/hints/solaris.pl

The following 3 lines ...

> if ( $libs !~ /-lrt\b/ ) {
>     $libs .= ' -lrt';
>}

... obviously have to follow the scheme used in perl/hints/solaris_2.sh,
i.e.:

add -lrt for solaris >= 2.7 and remove it for lower versions.

Patches welcome,

leo

Reply via email to