during the "make of monitor-2.1.9", I get the following message
........
ld: 0706-005 Cannot find or open file: libgcc.a
ld:open(): A file or directory in the path name does not exist.
ld: 0706-005 Cannot find or open file: libgcc.a
ld:open(): A file or directory in the path name does not exist.
gcc: file path prefix
`/opt/freeware/GNUPro/lib/gcc-lib/I:symbol.import/2.9-aix51-020209/' never
used
make: 1254-004 The error code from the last command is 1.
...........
the libgcc.a doesnt exist in lib dir
system51:/usr/lib# ls libg*
libg.a libg.exp libgai.a libgaimisc.a libgair4.a
system51:/usr/lib# which gcc
/usr/bin/gcc
system51:/usr/lib# which make
/usr/bin/make
what could be wrong?
-Pons