Re: compiling lame - glib error

2001-01-30 Thread Mark Mackenzie
On Mon, Jan 29, 2001 at 06:35:44PM -0500, joeytsai wrote: > Hi, I just downloaded the newest version of lame (3.87) and I'm having > problems > compiling. The error message I'm getting is: > > gcc -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -ffast-math > -finline-functions -Wall -pedantic

Re: compiling lame - glib error

2001-01-30 Thread Romain Lerallut
such an error is caysed when gcc can't find a foo.h Standard basic gcc call: add a -I/usr/include/foo (or whatever you installed foo.h to) to the gcc call that compiles a .c into a .o Autoconf call: if you use ./configure try ./configure --with-foo-inc=/usr/include/foo or ./configure --included

Re: compiling lame - glib error

2001-01-30 Thread Vijay Prabakaran
On 29 Jan 2001 18:35:44 -0500, joeytsai wrote: > Hi, I just downloaded the newest version of lame (3.87) and I'm having > problems > compiling. The error message I'm getting is: > > gcc -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -ffast-math > -finline-functions -Wall -pedantic -DBRHIST -D

compiling lame - glib error

2001-01-29 Thread joeytsai
Hi, I just downloaded the newest version of lame (3.87) and I'm having problems compiling. The error message I'm getting is: gcc -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions -Wall -pedantic -DBRHIST -DHAVEGTK -DUSE_LAYER_2 -DUSE_LAYER_1 -DHAVEMPGLIB -DLAMESNDF