Can't Compile on Linux

dikapramantya

New member
Messages
80
Points
0
i have upload 3ceam file to vps linux and try to compile it using ./configure 

but can't compile like this ...

12990834_10205980483060859_250068216898480975_n.jpg


How to fix it for can Compile the 3ceam

Fix, thx >.<

 
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

 
apt-get install dos2unix

dos2unix configure

 
ask again after ./configure i got

configure: error: compiler is unable to compile shared objects for an unhandled reason, please report this with attached config.log... stopping

 
Back
Top