Re: ponie-2 on x86 solaris 2.5.1
[email protected] (Leopold Toetsch) Thu, 30 Dec 2004 12:50:05 +0100
| Newsgroups | perl.perl6.internals,perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
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