Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

codeblocks error

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
User avatar
philo_neo
Posts: 77
Joined: 2010-06-18 16:48

codeblocks error

#1 Post by philo_neo »

hi,
i have an dell workstation i386 xeon, 8 cores, i want to make a programs with codeblocks but for to do simple, projet consol application "hello world", i use it just for know if codeblocks are operationnal.
i do /apt-get install build-essential codeblocks/ but the compilation doesn't works, i have this message :
----------------------------------------------------------------------------------------------------------------------------------------------------
error : ld return 1 exit status
-----------------------------------------------------------------------------------------------------------------------------------------------------
i read that i must used "mingw" program !
It's certenely a compilator !

Regards
Philippe

User avatar
philo_neo
Posts: 77
Joined: 2010-06-18 16:48

Re: codeblocks error

#2 Post by philo_neo »

i found alone i choise clang for setting compilator

Post Reply