Firstly, excuse my english (not a native speaking ;-) )
I am willing to compile cdparanoia on a cygwin distribution (could not find any paquets for that distro)
I had exactly the error of this thread :
http://www.nabble.com/compile-problem-tf1978356.htmlIt solved partially my problem : it does compile... but i have now an error when linking, here is the result :
gcc -fpic -shared -o libcdda_paranoia.so.0.9.8 -Wl,-soname -Wl,libcdda_paranoia.so.0 paranoia.o p_block.o overlap.o gap.o isort.o
paranoia.o:paranoia.c:(.text+0x2112): undefined reference to `_cdda_sector_gettrack'
paranoia.o:paranoia.c:(.text+0x2166): undefined reference to `_cdda_disc_lastsector'
paranoia.o:paranoia.c:(.text+0x233d): undefined reference to `_cdda_read'
p_block.o:p_block.c:(.text+0x7d0): undefined reference to `_cdda_sector_gettrack'
p_block.o:p_block.c:(.text+0x7da): undefined reference to `_cdda_tracks'
p_block.o:p_block.c:(.text+0x7f8): undefined reference to `_cdda_track_audiop'
p_block.o:p_block.c:(.text+0x805): undefined reference to `_cdda_tracks'
p_block.o:p_block.c:(.text+0x825): undefined reference to `_cdda_sector_gettrack'
p_block.o:p_block.c:(.text+0x838): undefined reference to `_cdda_track_audiop'
p_block.o:p_block.c:(.text+0x85f): undefined reference to `_cdda_track_lastsector'
p_block.o:p_block.c:(.text+0x874): undefined reference to `_cdda_track_firstsector'
p_block.o:p_block.c:(.text+0x881): undefined reference to `_cdda_disc_lastsector'
p_block.o:p_block.c:(.text+0x88e): undefined reference to `_cdda_disc_firstsector'
p_block.o:p_block.c:(.text+0x923): undefined reference to `_cdda_disc_firstsector'
collect2: ld returned 1 exit status
make[2]: *** [libcdda_paranoia.so] Error 1
make[2]: Leaving directory `/home/guepe/cdparanoia-III-alpha9.8/paranoia'
make[1]: *** [slib] Error 2
make[1]: Leaving directory `/home/guepe/cdparanoia-III-alpha9.8/paranoia'
make: *** [all] Error 2
I colud not find how handle this problem, even with deep searches with my friend google !!
If you have any idea on how sole my problem, really thank you so much to share !!!
Thanks !