|
Luigi Auriemmaaluigi.org (ARCHIVE-ONLY FORUM!) |
|
It is currently 19 Jul 2012 13:04
|
View unanswered posts | View active topics
|
Page 1 of 1
|
[ 5 posts ] |
|
Author |
Message |
coppaburundi
|
Post subject: hi luigiiiiiiiiiiiiiiiiiii Posted: 04 Feb 2009 09:05 |
|
Joined: 04 Feb 2009 09:02 Posts: 3
|
hey luigi i love your's apps but i have a little question : ) now im behind ubuntu it's possibile launch your apps without use emulator and if you say need compile , how i can compile the apps ? thanks . coppaburundi ;)
|
|
Top |
|
|
aluigi
|
Post subject: Re: hi luigiiiiiiiiiiiiiiiiiii Posted: 04 Feb 2009 15:15 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
almost all my tools are multiplatform so you can compile them on linux/bsd/mac and so on without problems. the "main" compilation command is: gcc -o file file.c if in the package there are other .c files you must add them to or just use: gcc -o file *.c if you receive an error about inflate, deflate, compress or uncompress add -lz if you receive an error about pthread add -lpthread if you receive an error about aes, des, ssl or similar add -lssl -lcrypto if you receive an error about dlsym add -ldl
|
|
Top |
|
|
coppaburundi
|
Post subject: Re: hi luigiiiiiiiiiiiiiiiiiii Posted: 05 Feb 2009 00:42 |
|
Joined: 04 Feb 2009 09:02 Posts: 3
|
thanks luigi : ))))))))))))))))))))))))))))))))))) i have saved that informations ;)
|
|
Top |
|
|
aluigifan
|
Post subject: Re: hi luigiiiiiiiiiiiiiiiiiii Posted: 23 May 2009 23:37 |
|
Joined: 04 Mar 2009 17:14 Posts: 21
|
all apps do compile fine via gcc
luigi <3
|
|
Top |
|
|
SomaFM
|
Post subject: Re: hi luigiiiiiiiiiiiiiiiiiii Posted: 24 May 2009 04:50 |
|
Joined: 16 Aug 2007 06:25 Posts: 367
|
If you have any other issues, you should also install build-essentials. I am required to do this for various compiles with GCC in ubuntu, such as gsmsdisc. Though when I found out I needed it I was still on ubuntu 6.10, so it may not be needed anymore with newer versions of ubuntu, but it couldn't hurt to have it just in case:
sudo aptitude install build-essential
|
|
Top |
|
|
|
Page 1 of 1
|
[ 5 posts ] |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|