Menu

#319 expat_external.h not installed on Solaris 8

Platform Specific
closed-fixed
5
2004-09-24
2004-07-29
Anonymous
No

I have installed expat on Solaris 8. Everything worked fine
with ./configure ; make ; make install, with the exception of
the file expat_external.h. It should be copied
to /usr/local/include, but it is not.

The reason is probably that install is used to copy expat.h
and expat_external.h at the same time. I assume that the
Solaris install command accepts only one file as an
argument.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Sorry, forgot my address: thomas.steffen at mbalance.com.

     
  • Dennis Ingram

    Dennis Ingram - 2004-09-01

    Logged In: YES
    user_id=1114227

    FWIW, this is also a problem on AIX 5.2

     
  • Nobody/Anonymous

    Logged In: NO

    Hi There

    Same goes for Solaris 9

    Solution is to copy expat_external.h from <build dir>/lib
    to /usr/local/include/

     
  • Fred L. Drake, Jr.

    • assigned_to: gstein --> fdrake
    • status: open --> closed-fixed
     
  • Fred L. Drake, Jr.

    Logged In: YES
    user_id=3066

    Fixed in CVS.

    Makefile.in revision 1.8

     

Log in to post a comment.