Menu

#67 make error in SunOS 5.7

Not a Bug
closed-fixed
nobody
5
2001-07-25
2001-07-01
No

I'm a newbie, this may be oversight on my part but it
seems that others are having trouble compiling on
SunOS as well.

../libtool: ar: not found
make[1]: *** [libexpat.la] Error 1
make[1]: Leaving directory
`/opt2/home3/starfishmedia/public_html/Expat/expat-1.
95.1/lib'
make: *** [lib] Error 2

There may be a simple solution here. Please let me
know if you have any specifics or need any other
details. Thanks.

Discussion

  • Fred L. Drake, Jr.

    Logged In: YES
    user_id=3066

    "ar" is not on the PATH by default on Solaris; you will need to add /usr/ccs/bin to the PATH when you run make.

    The README file in the next release will contain a note about this.

     
  • Fred L. Drake, Jr.

    • labels: --> Build control
    • milestone: --> Not a Bug
    • status: open --> closed-fixed
     

Log in to post a comment.