Issue: Encode.so: undefined symbol: PL_utf8skip

2015-07-23 Thread Bright Dadson
Hi Guys, I am trying to create a perl embed application which expose WWW::Mechanize into my Cython extension project. I compile and link my extension using: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -W

Re: Issue: Encode.so: undefined symbol: PL_utf8skip

2015-07-23 Thread Karl Williamson
On 07/23/2015 11:13 AM, Bright Dadson wrote: Hi Guys, I am trying to create a perl embed application which expose WWW::Mechanize into my Cython extension project. I compile and link my extension using: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-