Thread
:
tinycc linking probs. (or how to set tcc up properly)
View Single Post
pali
2011-01-09 , 11:48
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#
7
Why are you not using dynamic libc library but static version?
Note that for only simple programs you dont need to install/copy any libraries to system. Dynamic libc library is part of Maemo5.
And if you do not want to install libraries to rootfs, you can use param -L<dir> which specify directory where are neede libraries stored (like -I for include)
If you have still problem, can you send me source of your program?
Quote & Reply
|
pali
View Public Profile
Find all posts by pali