Re: [Fink-devel] ffmpeg: AC3 library bug and patch (0.4.8-4 in 10.3/unstable)

2003-12-26 Thread TheSin
ahhh great thanks, I had this problem with unixodbc as well, I'll fix it as soon as I get a chance, thanks. On 22-Dec-03, at 10:12 PM, Mark Mentovai wrote: ffmpeg in 10.3/unstable will not decode AC3 audio. ffmpeg's libavcodec needs to dlopen liba52, but the path passed to dlopen is hardcoded

[Fink-devel] ffmpeg: AC3 library bug and patch (0.4.8-4 in 10.3/unstable)

2003-12-26 Thread Mark Mentovai
Dear finx (or list manager that will promptly ask me to subscribe), ffmpeg in 10.3/unstable will not decode AC3 audio. ffmpeg's libavcodec needs to dlopen liba52, but the path passed to dlopen is hardcoded with the .so extension, which does not match the .dylib extension that the library is in

Re: [Fink-devel] fink-mirrors breaks selfupdate (FAQ)

2003-12-26 Thread Jon
scratch that.i should look in background before I send Did not work.. On Dec 26, 2003, at 12:53 PM, pH1nk wrote: I got bit by this too...I just did this to fix it I am not sure if this is the best method, though I have to say it was the easiest. Thanks! Here is the proposed FAQ en

Re: [Fink-devel] fink-mirrors breaks selfupdate (FAQ)

2003-12-26 Thread Martin Costabel
pH1nk wrote: Ok. I took the mirror folder out of the tempdir folder i created with the instructions on the web page, copied that to /sw/lib/fink/ and all it working Woo-hoo Well, good for you. There is still the question why you and others keep seeing this problem. There was a "window" of less

Re: [Fink-devel] linker question

2003-12-26 Thread Koen van der Drift
On Dec 26, 2003, at 3:51 PM, Ben Hines wrote: On Dec 26, 2003, at 5:31 AM, Koen van der Drift wrote: That's weird though, if I don't use the SetLDFLAGS: -lstdc++ line, I get the c++ error during compilation ld: Undefined symbols: std::ios_base::Init::Init[in-charge]() std::ios_base::Init::~Init[

Re: [Fink-devel] linker question

2003-12-26 Thread Ben Hines
On Dec 26, 2003, at 5:31 AM, Koen van der Drift wrote: That's weird though, if I don't use the SetLDFLAGS: -lstdc++ line, I get the c++ error during compilation ld: Undefined symbols: std::ios_base::Init::Init[in-charge]() std::ios_base::Init::~Init[in-charge]() std::cerr . Because its linkin

Re: [Fink-devel] fink-mirrors breaks selfupdate (FAQ)

2003-12-26 Thread pH1nk
Ok. I took the mirror folder out of the tempdir folder i created with the instructions on the web page, copied that to /sw/lib/fink/ and all it working Woo-hoo -pH1nk On Dec 26, 2003, at 12:55 PM, Jon wrote: scratch that.i should look in background before I send Did not work.. On De

Re: [Fink-devel] fink-mirrors breaks selfupdate (FAQ)

2003-12-26 Thread pH1nk
I got bit by this too...I just did this to fix it I am not sure if this is the best method, though I have to say it was the easiest. Thanks! Here is the proposed FAQ entry: • 4 Installing, Using and Maintaining Fink 4.25 Error: Failed: No mirror site list file found for mirror ''." Q. W

Re: [Fink-devel] linker question

2003-12-26 Thread Koen van der Drift
On Dec 26, 2003, at 3:19 AM, Ben Hines wrote: But usally you'd want to be linking with "g++" instead of "gcc" to fix the c++ link problem. Actually, I only need SetLDFLAGS: -lstdc++. Again the proper fix is to use "g++" as your linker. Adding the -lstdc++ is the incorrect fix. That's weird t

Re: [Fink-devel] linker question

2003-12-26 Thread Ben Hines
On Dec 25, 2003, at 2:18 PM, Koen van der Drift wrote: But usally you'd want to be linking with "g++" instead of "gcc" to fix the c++ link problem. Actually, I only need SetLDFLAGS: -lstdc++. Again the proper fix is to use "g++" as your linker. Adding the -lstdc++ is the incorrect fix. -Ben