edj wrote: > On Mon July 1 2002 03:11 pm, Matthew Carpenter wrote: > [snip] > >>Of course, That was before I used Linux like I do, and >>before the Xine and mplayer projects were quite so good... and before >>your succinct SxS. >> >>On Sun, 30 Jun 2002 01:39:30 -0400 >>"Nobody" <[EMAIL PROTECTED]> wrote: >> >>>Net Llama! has just updated http://www.linux-sxs.org/dvdplay.html to >>>incorporate the following: New & Updated for the latest Xine >> > > I'm getting problems with this. First, the SxS says to install xine-dvdnav > before xine-lib. However, on ./configure, I get: > > checking for xine-config... no > checking for XINE-LIB version >= 0.9.10... no > *** The xine-config script installed by XINE could not be found > *** If XINE was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set the XINE_CONFIG environment variable to the > *** full path to xine-config. > configure: error: *** You should install xine first ***
Ooops. Sorry bout that. Thanks for pointing it out, fixed it. > > So, OK - try xine-lib first, then. Configures alright, but "make" chokes > with: > > cc1: bad value (athlon) for -mcpu= switch > make[3]: *** [utils.lo] Error 1 > make[3]: Leaving directory > `/home/edj/downloads/dvdstuff/xine-lib-0.9.12/src/xine-utils' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/edj/downloads/dvdstuff/xine-lib-0.9.12/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/edj/downloads/dvdstuff/xine-lib-0.9.12' > make: *** [all-recursive-am] Error 2 > > I have an Athlon 1G, and CPPFLAGS, CXXFLAGS and CFLAGS are set to: > -O3 -march=i686 -mcpu=i686. The Makefile has: > > DEBUG_CFLAGS = -O3 -march=i686 -mcpu=i686 -g -DDEBUG -Wall -D_REENTRANT > -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O3 -mcpu=athlon I'm no expert on this, but perhaps your environment is wonky? Run "./configure --help" and see if there is an option to set mcpu when running configure, like --cpu. Also, if you echo each of those env-vars (CPPFLAGS, CXXFLAGS, and CFLAGS) do they show what you expect them to show? -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ L. Friedman [EMAIL PROTECTED] Linux Step-by-step & TyGeMo: http://netllama.ipfox.com 6:15pm up 74 days, 1:03, 2 users, load average: 0.11, 0.10, 0.17 _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
