>     libtool: link: warning: undefined symbols not allowed in
>     i686-pc-cygwin shared libraries
>
> How can I tell which symbols are undefined?  Is there a log file of
>     some kind somewhere?

We had to comment out the use of a proper symbol list for backwards
compatibility.  I think that the next major release of FreeType no
longer needs this restriction.  Try the patch below.

> I have libtool in /usr/bin.  Is there a reason that freetype2
> includes the libtool executable?

???  It doesn't.  How do you come to this conclusion?


    Werner


======================================================================


--- unix-cc.in  2006-02-19 16:52:11.000000000 +0100
+++ unix-cc.in.new      2006-05-17 23:27:16.000000000 +0200
@@ -99,6 +99,6 @@
 LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
                           -rpath $(libdir) -version-info $(version_info) \
                           $(LDFLAGS) \
-                          # -export-symbols $(EXPORTS_LIST) -no-undefined
+                          -export-symbols $(EXPORTS_LIST) -no-undefined
 
 # EOF


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to