[webkit-dev] Undefined symbols error

Andy hewanxiang at gmail.com
Wed Aug 20 23:29:31 PDT 2008


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.


More information about the webkit-dev mailing list