From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Magnus Mager Newsgroups: gmane.emacs.help Subject: Re: Emacs: file-error "Cannot open load file" "cc-mode" Date: Thu, 12 Sep 2002 23:17:56 +0200 Organization: T-Online Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: Reply-To: magnus-m@gmx.net NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Trace: main.gmane.org 1031866004 19728 127.0.0.1 (12 Sep 2002 21:26:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 12 Sep 2002 21:26:44 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pbU3-000584-00 for ; Thu, 12 Sep 2002 23:26:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pbTl-0002tp-00; Thu, 12 Sep 2002 17:26:25 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!demon!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.t-online.com 1031865323 05 24457 fj7tbJ+VTYYGB3 020912 21:15:23 Original-X-Complaints-To: abuse@t-online.com X-Sender: 320005804824-0001@t-dialin.net User-Agent: KNode/0.6.1 Original-Xref: nntp.stanford.edu gnu.emacs.help:104854 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1409 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1409 Kai Großjohann wrote: > > You have done something wrong, but who knows what. How did you > install Emacs on your notebook? > > Possible cause: you compiled Emacs for installation directory foo and > then copied into directory bar. > > kai I've installed it by first compiling it on my host machine and then installing it via nfs on my notebook (where /mnt on the host is / on the laptop: ./configure --host=i386-pc-linux-gnu --without-x --prefix=/usr/local && make CFLAGS=-m386 && make prefix=/mnt/usr/local install Magnus