Hi, all,

=============================================
Undefined symbols:
  "_kSCPropNetProxiesHTTPSPort", referenced from:
      _kSCPropNetProxiesHTTPSPort$non_lazy_ptr in main.o
  "_SCDynamicStoreCreate", referenced from:
      GetHTTPSProxySetting(char*, unsigned long, unsigned short*)in main.o
  "_SCError", referenced from:
      GetHTTPSProxySetting(char*, unsigned long, unsigned short*)in main.o
  "_SCErrorString", referenced from:
      GetHTTPSProxySetting(char*, unsigned long, unsigned short*)in main.o
  "_kSCPropNetProxiesHTTPSEnable", referenced from:
      _kSCPropNetProxiesHTTPSEnable$non_lazy_ptr in main.o
  "_SCDynamicStoreCopyProxies", referenced from:
      GetHTTPSProxySetting(char*, unsigned long, unsigned short*)in main.o
  "_kSCPropNetProxiesHTTPSProxy", referenced from:
      _kSCPropNetProxiesHTTPSProxy$non_lazy_ptr in main.o
  "_SCDynamicStoreSetValue", referenced from:
      GetHTTPSProxySetting(char*, unsigned long, unsigned short*)in main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
=============================================

I wrote an application about proxy setting, it compiles success, but
link error, error information shows above.
What libs should I link with according to the information above ?

Thanks in advance.


-Andy
Best Regards.
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to