This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling db-3.1.17


Hallo Albert,

2001-11-20 22:17:20, du schriebst:

> Thanks for your reply, Gerrit.  The problem was that I had MinGW
> also installed and it was too early in the PATH.  Took it out and
> the compile ran OK.  However, the install of the utilities
> failed:

> Installing DB utilities: /usr/local/BerkeleyDB.3.3/bin ...
> cp -fp db_archive /usr/local/BerkeleyDB.3.3/bin/db_archive
> cp: preserving times for
> `/usr/local/BerkeleyDB.3.3/bin/db_archive': No such fil
> e or directory
> make: *** [install_utilities] Error 1

> Did you get this also?

Yep sure, cp doesn't know that the executables have suffix .exe,
try to substitute 'cp' with '/bin/install' install knows how to
copy 'a.exe' if you say 'install a'

Gerrit
-- 
convey Information Systems GmbH                   http://www.convey.de/
                                                  Vitalisstraße 326-328
Gerrit P. Haase                                   D-50933 Köln
gerrit.haase@convey.de                            Fon: ++49 221 6903922


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]