From fnaumann@mail.cs.uni-magdeburg.de Fri Nov 7 12:22:02 2003 Date: Fri, 7 Nov 2003 12:12:06 +0100 From: Ingo Schmidt X-Mailer: The Bat! (v1.62q) Personal Reply-To: Ingo Schmidt Organization: onlinehome.de X-Priority: 3 (Normal) Message-ID: <1305031113.20031107121206@der-ingo.de> To: MiNT-Liste Subject: [MiNT] gemlib install error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Delivered-To: mint@fishpool.com Delivered-To: mint@lists.fishpool.fi X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: ich@der-ingo.de Precedence: bulk List-help: List-unsubscribe: List-ID: X-List-ID: Hi all! Just downloaded the latest things from cvs and compiled the lib branch. Then I typed make install However it aborts with the following error message: install - 644 lib{gem,gem16}.a /usr/lib install: cannot stat `lib{gem,gem16}.a': No cuh file or directory So I looked in the makefile and changed this line: install - 644 lib{gem,gem16}.a $(PREFIX)/lib into those two: install - 644 libgem.a $(PREFIX)/lib install - 644 libgem16.a $(PREFIX)/lib And then it works. But isnt it supposed to work anyway? What am I doing wrong? Dont you others get this error, too? And if not, why not? Thanks! Cheers, Ingo =;->