You can just take a look at the FLAC download page: http://flac.sourceforge.net/download.html There are links saying "FLAC full source code and Nightly CVS tarball". Op 04-04-12 14:30, Rafael Velasquez schreef:> I have also installe libflac-dev. > so, could you send me the good link please ? > > > > 2012/4/4 Erik de Castro Lopo <mle+la at mega-nerd.com > <mailto:mle%2Bla at mega-nerd.com>> > > Rafael Velasquez wrote: > > > I have installed libflac via synaptic, the version is 1.2.1-3. > > If you want to compile some other code against libflac, you also need > to install libflac-dev. > > However, the code you posted a link to does not compile on it's own, > it requires other code in the source code tarball. > > Erik > -- > ---------------------------------------------------------------------- > Erik de Castro Lopo > http://www.mega-nerd.com/ > _______________________________________________ > flac-dev mailing list > flac-dev at xiph.org <mailto:flac-dev at xiph.org> > http://lists.xiph.org/mailman/listinfo/flac-dev > > > > > _______________________________________________ > flac-dev mailing list > flac-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/flac-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20120404/6809ae46/attachment.htm
Martijn van Beurden wrote:> You can just take a look at the FLAC download page: > http://flac.sourceforge.net/download.html > > There are links saying "FLAC full source code and Nightly CVS tarball".The nightly CV tarball will not be of much use, the "FLAC full source code" is exactly what the OP wants. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Hello, I still having problem for the compilation. i do : make -f Makefile.lite This is the error : */usr/bin/ld: bitreader.release.o: relocation R_X86_64_32S against `FLAC__crc16_table' can not be used when making a shared object; recompile with -fPIC bitreader.release.o: could not read symbols: Bad value collect2: ld returned 1 exit status make[2]: *** [../../obj/release/lib/libFLAC.so] Erreur 1* I can see that i must recompile with -fPIC, but i don't know where i have to put it. Someone to help me please ? 2012/4/4 Erik de Castro Lopo <mle+la at mega-nerd.com>> Martijn van Beurden wrote: > > > You can just take a look at the FLAC download page: > > http://flac.sourceforge.net/download.html > > > > There are links saying "FLAC full source code and Nightly CVS tarball". > > The nightly CV tarball will not be of much use, the "FLAC full source > code" is exactly what the OP wants. > > Erik > -- > ---------------------------------------------------------------------- > Erik de Castro Lopo > http://www.mega-nerd.com/ > _______________________________________________ > flac-dev mailing list > flac-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/flac-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20120405/42430e87/attachment.htm