About Store Forum Documentation Contact



Post Reply 
Ubuntu 13/ Esethel 2.0
Author Message
rstralberg Offline
Member

Post: #1
Ubuntu 13/ Esethel 2.0
Hi. I have installed the Linux version on my Ubuntu together with the recommended NetBeans C++ IDE.
Starting with compiling the most simple sample "Basic App" and get this error.
"collect2: error: ld returned 1 exit status" although the compile just gives warnings. I'm attaching my output.


Attached File(s)
.txt  Output.txt (Size: 8.61 KB / Downloads: 3)

My Blog is at http://mrstralberg.blogspot.se.
Chat account Skype (rstralberg)
12-22-2013 11:51 PM
Visit this user's website Find all posts by this user Quote this message in a reply
candam Offline
Member

Post: #2
RE: Ubuntu 13/ Esethel 2.0
Hello pal,
The error you're facing simply because of missing libraries
here are they
libxi-dev libxinerama-dev libxmu-dev libopenal-dev libXcursor-dev unixodbc-dev
Try to install there in ubuntu you use apt
for anybody using fedora use yum xD

Good luck pal
12-23-2013 12:00 AM
Find all posts by this user Quote this message in a reply
rstralberg Offline
Member

Post: #3
RE: Ubuntu 13/ Esethel 2.0
Oh.. Thanks Candam smile

My Blog is at http://mrstralberg.blogspot.se.
Chat account Skype (rstralberg)
12-23-2013 12:02 AM
Visit this user's website Find all posts by this user Quote this message in a reply
candam Offline
Member

Post: #4
RE: Ubuntu 13/ Esethel 2.0
Don't mention it I hope you will be able to compile without errors smile Good luck
12-23-2013 12:05 AM
Find all posts by this user Quote this message in a reply
Post Reply