> > So dylibs are archives? What do I use to edit them? > > No. dylibs are not archives. They are binary dynamically linked > libraries, similar to .so. What mike is saying it that this problem is > originating with the libtool. The problem files are the .al files, > basically plain text listings of what is in the static archive. libtool > can function just fine without them, so to solve this problem I usually > remove any and all .al files in the compiler's search path. Maybe just > move them out of the way in case you need them later. > > Michael. >
Hrm...OK. I tried doing that, but then it complains that it can't find that file. gcc: mini-fribidi/.libs/libmini-fribidi.al: No such file or directory gcc: mini-fribidi/.libs/libmini-fribidi.al: No such file or directory make[3]: *** [libpango-1.0.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 If I "make clean && make" that file is recreated in the process, and I'm back to where I started with the four errors. Do I need to make make in the mini-fribidi with some other options or something? Thanks, Michael -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
