pavicic wrote: > [] > Finder gives nothing. > > > > Also neither > > > > find / -name libiconv.la > > > > nor > > > > find / -name \*libiconv\*la\* > > > > gives anything.
This is not relevant. Try find / -name \*.la You will get at least a couple of hits in subdirectories of /usr/lib, but this is normal, they come with the system. All others are possible suspects. > But isn't "grep" suggesting that the program is trying to find > > libiconv.la in some configuration file or so, but can't? Yes, that's what I tried to explain, but apparently I have not yet been getting through. There is some file with a name ending in ".la" on your computer that contains a reference to libiconv.la in its dependency_libs line I mentioned. This file (*not* libiconv.la) can be in /sw/ or some of its subdirectories or in /usr/local/lib or some of its subdirectories or somewhere else, but I am sure it exists on your computer. -- Martin ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
