[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lmi] installing libxml2 with MSYS's bash
From: |
Boutin, Wendy |
Subject: |
RE: [lmi] installing libxml2 with MSYS's bash |
Date: |
Wed, 14 Dec 2005 10:02:37 -0500 |
Vadim Zeitlin wrote:
> On Tue, 6 Dec 2005 11:19:00 -0500 "Boutin, Wendy"
> <address@hidden> wrote:
>
> BW> I am looking into using xmllint from libxml2-2.6.19 and
> BW> would like to know if you have any insight with respect
> BW> to the problem I have when doing 'make install'.
>
> As promised, here is the promised second reply but unfortunately I really
> can't say anything useful because we totally failed to reproduce the
> problem here. We tried it on 2 different machines (albeit with the same
> mingw installations) and "make install" just worked on both of them.
>
> BW> > The problem I had with that was:
> BW> >
> BW> > address@hidden /tmp/libxml2-2.6.19
> BW> > $ make install
> BW> > [...]
> BW> > test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
> BW> > /bin/sh ./libtool --mode=install /bin/install -c 'xmllint.exe'
> '/usr/local/bin
> BW> > /xmllint.exe'
> BW> > /bin/install -c .libs/xmllint.exe /usr/local/bin/xmllint.exe
> BW> > /bin/install: cannot stat `.libs/xmllint.exe': No such file or
> directory
> BW> > make[2]: *** [install-binPROGRAMS] Error 1
>
> This error message looks very strange if the file is there.
> What does "ls -l /.libs/xmllint.exe" show?
Well, it's not exactly there, but...
address@hidden /c/tmp/libxml2-2.6.19
$ ls -l /.libs/xmllint.exe
ls: /.libs/xmllint.exe: No such file or directory
it *is* here
address@hidden /c/tmp/libxml2-2.6.19
$ ls -l ./.libs/xmllint.exe
-rwxr-xr-x 1 mmXXXXX Administ 1089930 Dec 1 15:08 ./.libs/xmllint.exe
This may be an elementary question, but is there something I should
have configured so MSYS's bash doesn't need the '.' at the beginning
of the path? It really seems like this should just work.
---------------------------------------------------------
This e-mail transmission may contain information that is proprietary,
privileged and/or confidential and is intended exclusively for the person(s) to
whom it is addressed. Any use, copying, retention or disclosure by any person
other than the intended recipient or the intended recipient's designees is
strictly prohibited. If you are not the intended recipient or their designee,
please notify the sender immediately by return e-mail and delete all copies.
---------------------------------------------------------