On 1 Feb, Scott Welliver wrote:
> Hello,
> I'm attempting to make the pth package and it fails
> with the following error. I'm running Solaris 7 on a
> Sun platform E250. Thanks for the help.
>
> [root@agfafsd:/usr/local/pth] # make
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_debug.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_ring.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_pqueue.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_time.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_errno.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_mctx.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_tcb.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_sched.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_attr.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_lib.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_event.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_data.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_clean.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_cancel.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_msg.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_sync.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_fork.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_util.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_high.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_syscall.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_ext.c
> ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe
> pth_compat.c
> ./libtool --mode=link --quiet gcc -o libpth.la
> pth_debug.lo pth_ring.lo pth_pqueue.lo pth_time.lo
> pth_errno.lo pth_mctx.lo pth_tcb.lo pth_sched.lo
> pth_attr.lo pth_lib.lo pth_event.lo pth_data.lo
> pth_clean.lo pth_cancel.lo pth_msg.lo pth_sync.lo
> pth_fork.lo pth_util.lo pth_high.lo pth_syscall.lo
> pth_ext.lo pth_compat.lo \
> -rpath /usr/local/lib -version-info `./shtool version
> -l c -d libtool pth_vers.c`
> ./libtool: ar: not found
> make: *** [libpth.la] Error 1
My mail program says this is a very old message, but try adding
/usr/ccs/bin or /usr/ucb to your path. ar is usually in one of those
two directories.
-walter
______________________________________________________________________
GNU Portable Threads (Pth) http://www.gnu.org/software/pth/
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager (Majordomo) [EMAIL PROTECTED]