dikapramantya 1 Posted April 16, 2016 i have upload 3ceam file to vps linux and try to compile it using ./configure but can't compile like this ... How to fix it for can Compile the 3ceam Fix, thx >.< Quote Share this post Link to post Share on other sites
4144 364 Posted April 16, 2016 some one corrupted sources by windows editor. Need convert windows end of lines to unix/linux end of lines. And probably add executable bit to configure if it missing Quote Share this post Link to post Share on other sites
kenik 12 Posted April 17, 2016 apt-get install dos2unix dos2unix configure Quote Share this post Link to post Share on other sites
ucell_uz 1 Posted April 17, 2016 (edited) apt-get install dos2unix dos2unix configure no)) need apt-get install gcc ++ but what are you talking, Mr. Kenik)) Edited April 17, 2016 by ucell_uz Quote Share this post Link to post Share on other sites
kenik 12 Posted April 17, 2016 apt-get install dos2unix dos2unix configure no)) need apt-get install gcc ++ but what are you talking, Mr. Kenik)) Quote Share this post Link to post Share on other sites
kenik 12 Posted April 17, 2016 o_O-)) That's error about CRLF symbols at the end of line (also known as \r\n). Windows uses both symbols, MAC - CR, *nix - LF. That's the reason. Quote Share this post Link to post Share on other sites
dikapramantya 1 Posted April 21, 2016 nice, done all XD Quote Share this post Link to post Share on other sites
Slammer 9 Posted May 26, 2017 ask again after ./configure i gotconfigure: error: compiler is unable to compile shared objects for an unhandled reason, please report this with attached config.log... stopping Quote Share this post Link to post Share on other sites