From: Dieter <Die...@ha...> - 2000-11-07 23:17:34
|
Am Dienstag, 7. November 2000 18:02 schrieben Sie: > Dieter Nützel wrote: > > ---------- Weitergeleitete Nachricht ---------- > > Subject: problem with 'bootstrap' and 'src/Makefile.am' > > Date: Mon, 6 Nov 2000 19:10:17 +0100 > > From: Dieter Nützel <Die...@ha...> > > To: Mesa-Bugs <mes...@me...> > > > > There is still an error in the 'src/Makefile.am' file. > > The problem occurs when someone use the 'bootstrap' command. > > > > SunWave1>./bootstrap > > src/Makefile.am:239: variable `THREAD_LIBS' not defined > > src/Makefile.am:239: variable `THREAD_LIBS' not defined > > src/Makefile.am:239: variable `THREAD_LIBS' not defined > > src/Makefile.am:239: variable `THREAD_LIBS' not defined > > src/Makefile.am:239: variable `THREAD_LIBS' not defined > > > > Solution: > > > > fix 'bootstrap' or 'src/Makefile.am' > > > > SunWave1>diff src/Makefile.am.Dieter src/Makefile.am > > 240c240 > > < $(DRV_SVGA) $(DRV_X11) > > --- > > > > > $(DRV_SVGA) $(DRV_X11) $(THREAD_LIBS) > > The configure scripts and Makefiles work for me as-is and nobody > else has reported a problem like this. > > What sort of error are you getting? > As I descriped above. SunWave1>./bootstrap src/Makefile.am:239: variable `THREAD_LIBS' not defined src/Makefile.am:239: variable `THREAD_LIBS' not defined [snip] > > Maybe I'm missing a configure option? > No, not a configure option but during the 'configure' regeneration with 'bootstrap'. But it could be that you do not see 'bootstrap' 'cause I moved it away for testing and it wouldn't be retransmitted from CVS. Thomas Tanner did all this configure stuff, if I remember right. -Dieter |