From owner-freebsd-hackers Fri Jun 9 12: 8:55 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from relay01.chello.nl (smtp.chello.nl [212.83.68.144]) by hub.freebsd.org (Postfix) with ESMTP id 6173637BB73 for ; Fri, 9 Jun 2000 12:08:50 -0700 (PDT) (envelope-from wkb@chello.nl) Received: from chello.nl ([213.46.78.184]) by relay01.chello.nl (InterMail vK.4.02.00.00 201-232-116 license 2ee4e7c625482f2f2a1950a80f6c8d58) with ESMTP id <20000609190932.KJSA8610.relay01@chello.nl> for ; Fri, 9 Jun 2000 21:09:32 +0200 Received: (from wkb@localhost) by chello.nl (8.9.3/8.9.3) id VAA25149; Fri, 9 Jun 2000 21:08:48 +0200 (CEST) (envelope-from wkb) Date: Fri, 9 Jun 2000 21:08:48 +0200 From: Wilko Bulte To: wc.bulte@chello.nl Cc: FreeBSD hackers list Subject: Re: Getting NIST mpeg2player to work? Message-ID: <20000609210848.A25130@freebie.wbnet> Reply-To: wc.bulte@chello.nl References: <20000531134840.A87173@freebie.wbnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000531134840.A87173@freebie.wbnet>; from wkb@chello.nl on Wed, May 31, 2000 at 01:48:40PM +0200 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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