|
Re: New package sdlmame: msg#00022t2.devel
This is a multi-part message in MIME format. Hi, I am trying to get SDLMame[1] to build in T2. > Linking obj/sdl/mame/build/verinfo... Apparently it was never intended to call the linker directly. I did not think of that. Looking into sdlmame's makefile I find: > # compiler, linker and utilities > AR = @ar > CC = @gcc > LD = @gcc > MD = -mkdir$(EXE) > RM = @rm -f And as LD is already defined by T2 it all goes downhill because now LD ist really pointing to a pure linker. To circumvent that I added: > export LD=$CC to my sdlmame.conf file. Now it survives the compile and linking stages. Bingo. There are other problems I need to investigate... Ciao, MM -- Marian Aldenhövel, Rosenhain 23, 53123 Bonn http://www.marian-aldenhoevel.de "I ran some quick calculations on it. He's about 80% on the right track. That leaves him only 20% dead when he crashes." Bob C |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Build environnment: 00022, Rene Rebe |
|---|---|
| Next by Date: | uClibc patches: 00022, Marian Aldenhövel |
| Previous by Thread: | New package sdlmamei: 00022, Marian Aldenhövel |
| Next by Thread: | Re: Re: New package sdlmame: 00022, René Rebe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |