Menu

#9 mhash-0.9.1 does not provide libmhash.a

closed
5
2012-09-14
2004-05-01
No

Hi,

I'm sorry to raise agin this foresolved problem, but I wasn't able to
find any libmhash.a file in installation or mhash-0.9.1 from tarball.
Since it's the first time I install this library, I was obliged to fall bask
into mhash-0.8.17 to have it work.

Discussion

  • John Kristoff

    John Kristoff - 2004-05-29

    Logged In: YES
    user_id=238328

    Configure mhash as follows:

    ./configure --enable-static=yes

    After you run `make' you'll find libmhash.a in:

    /path/to/mash-0-9.1/lib/.libs

    A bit hidden, but it should be there.

    John

     
  • John Kristoff

    John Kristoff - 2004-05-29

    Logged In: YES
    user_id=238328

    Configure mhash as follows:

    ./configure --enable-static=yes

    After you run `make' you'll find libmhash.a in:

    /path/to/mash-0-9.1/lib/.libs

    A bit hidden, but it should be there.

    John

     
  • Jonathan Day

    Jonathan Day - 2005-01-12

    Logged In: YES
    user_id=1466

    I've checked it on my machine and it seems fine. The
    libmhash.a file is generated, as others have noted, in the
    lib/.libs directory and is installed. The .libs directory is
    NOT visible on a normal ls, you need to either show hidden
    files or just go into that directory.

     

Log in to post a comment.