On Thu, Feb 01, 2001, Scott Welliver wrote:

> 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.
> 
> [...]
> ./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

Place "ar" into $PATH. It's in /usr/ccs/bin/ on Solaris AFAIK.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to