This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem configuring gtkpod-0.94.0 in cygwin:


breakthestate wrote:

> checking for id3_frame_field in -lid3tag... no
> configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!)

gcc is not finding libid3tag.

> configure:6965: checking for id3_frame_field in -lid3tag
> configure:6995: gcc -o conftest.exe -O2 -L/usr/local/include -Wall   conftest.c
> -lid3tag  -I/usr/local/lib >&5

And the reason is because it's in /usr/local/lib, but you've got -I and
-L reversed.  You need -I/usr/local/include -L/usr/local/lib.

> 4. Build
>  $ cd gtkpod-${version}
>  $ CFLAGS="-O2 -L/usr/local/include" LIBS="-I/usr/local/lib" ./configure

This is wrong.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]