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
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
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
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
4 matches
Mail list logo