[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] gemlib: make install fails



Hi,

I downloaded latest sources of mintlib and gemlib from CVS.
Compilation of gemlib using "make" succeeded.
But "make install" fails:
  install -m 644 lib{gem,gem16}.a /usr/lib
  install: cannot stat `lib{gem,gem16}.a': No such file or directory
  make: *** [install] Error 1

If I execute "install -m 644 lib{gem,gem16}.a /usr/lib" manually, no error is output.
-> Perhaps an error in the Makefile?


Philipp