kcc cannot compile curl
You can reproduce the problem like this:
git clone https://github.com/Lycbel/cs510Files
cd cs510Files
# the script listed the tested platform including kcc version
./bug_report_curl.sh
# this problem was minimized into the prior issue, but the script is useful to try when that issue gets resolved
Hi, thanks a lot for the bug report!
Could you include some output from the build (or other symptoms) so I know when I'm reproducing the issue you're seeing?
#Now the issue can be solved by issue320 #but if I use the CFLAGS = "-std=gnu11" it will have another error "/usr/bin/ld: .libs/libcurl_la-file.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC" #to regenerate the problem: wget https://raw.githubusercontent.com/Lycbel/cs510Files/master/report3/report_compile_total.sh bash report_compile_total.sh
Can you try building with LD=kcc?