On Mon, 20 Feb 2006 22:56:08 +0100 Gerald Dachs <[EMAIL PROTECTED]> babbled:
> On Mon, 20 Feb 2006 15:32:42 -0600 > Paul Stejskal <[EMAIL PROTECTED]> wrote: > > > Just put that path in ld.so.conf then type ldconfig (might need to be > > rooted). > > Did you read my post? It seems not, exactly that I have written, but it is > nonsense to tell a developer to but this path to ld.so.conf instead of fixing > his makefile. And this is what the poster on the enlightenment-devel list did > that I tried to reply to. at RUNTIME (not compile time) when somethgin it EXECUTED that needs a library in this director, ld.so (the RUNTIME linker that links ALL shared libraries in at the time the program is RUN) needs to know where to find things. it is completely separate ro the compiler - a compiler is told where to find things at compile time and the runtime linker (ld.so) needs to know where to find them runtime. it makers perfect sense to need this directory listed in ld.so.conf OR $LD_LIBRARY_PATH at runtime so this will work. if you don't anything requiring the edje library when it runs will fail. that will mean some builds will fail as they run edje_cc to compile themes for example. > Gerald > > > Paul > > On Mon, 2006-02-20 at 22:14 +0100, Gerald Dachs wrote: > > > > > ln > > > > > -s /usr/devel/enlightenment/current/lib/libedje.so.5 > > > > > /usr/local/lib/libedje.so > > > > > > > Have you tried using ldconfig ? Worked for me last time it ld didn't > > > > find a new library. > > > > > > Would you please be so kind and explain me how ldconfig should find a > > > library that is in /usr/devel/enlightenment/current/lib/ ? You would have > > > to put this path to /etc/ld.so.conf and this makes not very much sense > > > for me. > > > > > > Gerald > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > files for problems? Stop! Download the new AJAX search engine that makes > > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > > > _______________________________________________ > > > enlightenment-users mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
