Quote:
Originally Posted by Antartica
1. They work in the scratchbox environment? (i.e. you can execute them if the display is correctly set)
|
I didn't test my app in sb environment. Becasue I was too lazy then. I am figuring how to start vnc now.
Quote:
Originally Posted by Antartica
2. Have you checked there are no missing libraries in the iliad for them? (executing them from the command line doesn't complain about a not found libary)
|
I think I have put needed lib to the same dir by specifying --prefix=. I also set LD_LIBRARY_PATH in script. I also tried to execute it from command prompt and fix missing lib, if any. Finally, I got "Segmentation Fault".
Quote:
Originally Posted by Antartica
You may find that the minimum version of the libc that works with gcc4.1 is greater than the one on the iliad (2.3.3 beta, if I'm not mistaken). Anyway, look at the tested gc/libc combination matrix at crosstool site. If you have to use a newer libc, that would mean that you have to include that libc with your app (Adam did this for one of his ports; gnumeric IIRC), and then your package would be rather big...
|
What you said above is just what I want to know. Dependency is so compilcated for me that I can't be sure if my environment is qualified to build.
I still got plenty unsolved questions. But I have to think it over before asking.