Date: Fri, 9 Jun 2000 21:08:48 +0200 From: Wilko Bulte <wkb@chello.nl> To: wc.bulte@chello.nl Cc: FreeBSD hackers list <FreeBSD-hackers@FreeBSD.ORG> Subject: Re: Getting NIST mpeg2player to work? Message-ID: <20000609210848.A25130@freebie.wbnet> In-Reply-To: <20000531134840.A87173@freebie.wbnet>; from wkb@chello.nl on Wed, May 31, 2000 at 01:48:40PM %2B0200 References: <20000531134840.A87173@freebie.wbnet>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 31, 2000 at 01:48:40PM +0200, Wilko Bulte wrote: > Does anybody have the NIST mpeg2player working correctly? I'm using the > code that sos put on freebsd.dk in Jan. It compile OK, but: > > WKB /home/src/DVD/nist>mpeg2player > Illegal instruction (core dumped) > WKB /home/src/DVD/nist> > > and: > > (gdb) bt > #0 0x8050b19 in __static_initialization_and_destruction_0 () > #1 0x8051981 in global constructors keyed to RXwhite () > #2 0x804a78c in _start () > #3 0x8049f9d in _init () > (gdb) > > ?? > > Suggestions for another [working..] mpeg2player suitable to play DVDs > are also welcome. The configure script assumes -march=i686. Which does not work too well on a K6-2 :-( Changing it into i586 made it run OK. -- Wilko Bulte FreeBSD, the power to serve http://www.freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000609210848.A25130>