Problem configuring gtkpod-0.94.0 in cygwin:

Brian Dessent brian@dessent.net
Mon Oct 31 04:24:00 GMT 2005


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/



More information about the Cygwin-xfree mailing list