From mint-bounce@lists.fishpool.fi Thu Jul 29 12:08:26 2010 Date: Thu, 29 Jul 2010 12:05:08 -0400 (EDT) From: Keith Scroggins To: Matt Waller cc: mint Subject: Re: [MiNT] Installing gcc 4.5 In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: kws@radix.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Looks like you might be missing mintlib-devel, but that is a very quick guess. Keith On Thu, 29 Jul 2010, Matt Waller wrote: > > Hello the list,I seem to have failed to complete installation of gcc4.5. gcc works.. but it seems unable to find things.. > I've installed:gcc-4.5.0-1.m68kmint.rpmmintlib-0.59.1-1.m68kmint.rpmmintbin-0.3-4.m68kmint.rpmbinutils-2.20.1-1.m68kmint.rpm > to do this I removed:mintlib-0.57.6-1mintbin-0.3-3 binutils-2.13.2.1-2 [as well as:gcc2-c++-2.95.3-6 gcc2-objc-2.95.3-6 gcc2-2.95.3-6 ] > gcc -v reports:gcc version 4.5.0 (MiNT 20100511) (GCC) > gcc --print-file-name=libc.a reports:libc.a > gcc --print-file-name crt0.o reports:crt0.o > The other clue I have is that ls /usr/lib/libc* returns:libcflib.a libcflib16.a libcharset.a libcharset.la libcurses.a > I don't think the library paths are being searched.. and I don't think I have a crt.o file..Are there any obvious packages I should have added? What are the sensible standard useful GCC environment variables I should remember to set? > thanks for any help, > > Matt.