Re: [MP3 ENCODER] int64

2000-09-25 Thread Robert Hegemann
Joshua Bahnsen schrieb am Mon, 25 Sep 2000: > I'm using the configure generated Makefile that I've changed to suit my > needs. Does it work using Makefile.DJGPP ? The configure generated Makefile does not work for me because of the conditional assingment ?= which

Re: [MP3 ENCODER] int64

2000-09-24 Thread Joshua Bahnsen
I'm using the configure generated Makefile that I've changed to suit my needs. - Original Message - From: "Robert Hegemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 24, 2000 7:55 PM Subject: Re: [MP3 ENCODER] int64 Hi Joshua &

Re: [MP3 ENCODER] int64

2000-09-24 Thread Joshua Bahnsen
As a side note, I figured out the optimization problem, it was a faulty build of the binutils package I was using. Joshua Bahnsen - Original Message - From: "Joshua Bahnsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 24, 2000 7:19 PM Subjec

Re: [MP3 ENCODER] int64

2000-09-24 Thread Robert Hegemann
Hi Joshua > I'm not sure when, but recently (within the last 2 days) int64 is undefined > for me compiling with DJGPP. I defined it in machine.h as a hack for me for > now, but it doesn't compile "out of the box", well only when using > MMX_choose_table. I can no longer use any optimzation higher

[MP3 ENCODER] int64

2000-09-24 Thread Joshua Bahnsen
I'm not sure when, but recently (within the last 2 days) int64 is undefined for me compiling with DJGPP. I defined it in machine.h as a hack for me for now, but it doesn't compile "out of the box", well only when using MMX_choose_table. I can no longer use any optimzation higher than -O2, I never