On Sep 20, 2008, at 5:45 PM, Alexander Hansen wrote:

>
> On Sep 20, 2008, at 1:26 PM, Christian Ebert wrote:
>
>> Hi,
>>
>> $ sw_vers
>> ProductName: Mac OS X
>> ProductVersion:      10.4.11
>> BuildVersion:        8S165
>>
>> $ /sw/bin/curl-config --static-libs
>> /sw/lib/libcurl.a -lcares -lidn -lssh2 -lssl -lcrypto -llber -
>> lldap_r -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -
>> lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -
>> lresolv -lz
>> $ ls -1 /sw/lib/libcurl.*
>> /sw/lib/libcurl.4.1.0.dylib
>> /sw/lib/libcurl.4.dylib
>> /sw/lib/libcurl.dylib
>> /sw/lib/libcurl.la
>>
>> This eg. makes rolling one's own pycurl fail, because the build
>> process consults curl-config and then looks in vain for libcurl.a
>>
>> $ fink --version
>> Package manager version: 0.28.5
>> Distribution version: selfupdate-rsync Sat Sep 20 14:14:24 2008,
>> 10.4, powerpc
>>
>> Copyright (c) 2001 Christoph Pfisterer
>> Copyright (c) 2001-2008 The Fink Package Manager Team
>> This program is distributed in the hope that it will be useful,
>> but WITHOUT ANY WARRANTY; without even the implied warranty of
>> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>> GNU General Public License for more details.
>>
>>
>> c
>> --  
>> \black\trash movie    _C O W B O Y_  _C A N O E_  _C O M A_
>>
>> Welturaufführung -->> http://www.blacktrash.org/underdogma/ccc.html
>> World première   -->> http://www.blacktrash.org/underdogma/ccc- 
>> en.html
>>
>
> Check with the maintainer; I think he got rid of the static libs
> deliberately.

Yes, I did. Why the heck is pycurl doing --static-libs?

Ok, I see what it's doing. It's going through the list of libraries  
looking for the kind of ssl support. That's kinda retarded. It then  
links all the static libs AND the dynamic libs, which is really  
retarded. It's literally linking both libcurl.dylb AND libcurl.a! I'll  
have to give this some thought, but the pycurl build process has some  
real problems.

Daniel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to