Mark2117 has asked for the wisdom of the Perl Monks concerning the following question:
make test
cc -c -DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L
-D_HPUX_SOURCE -L/lib/pa1.1 -DUINT32_MAX_BROKEN -mpa-risc-1-1 -fPIC
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.21\" -DXS_VERSION=\"2.21\"
-fPIC -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE ReadKey.c
cc: warning 487: Possibly incorrect message catalog.
cc: warning 422: Unknown option "m" ignored.
cc: warning 422: Unknown option "a" ignored.
cc: warning 422: Unknown option "-" ignored.
cc: warning 422: Unknown option "i" ignored.
cc: warning 422: Unknown option "-" ignored.
cc: warning 422: Unknown option "1" ignored.
cc: warning 422: Unknown option "-" ignored.
cc: warning 422: Unknown option "1" ignored.
cc: warning 422: Unknown option "f" ignored.
cc: warning 422: Unknown option "f" ignored.
cc: warning 422: Unknown option "f" ignored.
cc: warning 401: "-s" defeats the purpose of "-p"; "-s" ignored.
Running Mkbootstrap for Term::ReadKey ()
chmod 644 ReadKey.bs
rm -f blib/arch/auto/Term/ReadKey/ReadKey.sl
LD_RUN_PATH="" ld -b -L/usr/local/lib ReadKey.o -o
blib/arch/auto/Term/ReadKey/ReadKey.sl
ld: Can't open ReadKey.o
ld: No such file or directory
*** Error exit code 1
Any suggestions??
Thanks,
Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Trouble Compiling Term::ReadKey
by wirrwarr (Monk) on Sep 02, 2003 at 18:53 UTC | |
by tye (Sage) on Sep 02, 2003 at 19:39 UTC | |
by wirrwarr (Monk) on Sep 02, 2003 at 19:47 UTC | |
by Mark2117 (Initiate) on Sep 02, 2003 at 20:16 UTC | |
by tye (Sage) on Sep 02, 2003 at 21:04 UTC | |
by macakd (Initiate) on Aug 26, 2004 at 02:18 UTC |