On Sunday, March 31, 2002, at 07:03 AM, Chris Zubrzycki wrote:

> cc -dynamiclib -undefined suppress -o .libs/libsocks.0.1.0.dylib  
> config_parse.lo config_scan.lo Raccept.lo Rbind.lo Rgetpeername.lo 
> Rgetsockname.lo Rrresvport.lo io.lo address.lo authneg.lo client.lo 
> clientconfig.lo clientprotocol.lo udp.lo userio.lo method_uname.lo 
> connectchild.lo config.lo log.lo protocol.lo socket.lo udp_util.lo 
> util.lo Rbindresvport.lo Rconnect.lo Rgethostbyname.lo debug.lo 
> Rcompat.lo msproxy_clientprotocol.lo hostcache.lo broken.lo serr.lo 
> httpproxy.lo tostring.lo addressmatch.lo  -L/sw/lib -lc -install_name  
> /sw/lib/libsocks.0.dylib -compatibility_version 2 -current_version 2.0
> ld: -undefined error must be used when -twolevel_namespace is in effect

Hmm, dunno why it's got -undefined suppress there. Try without and see 
what symbols it wants... Otherwise just link with -flat_namespace.

  -- Finlay


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to