freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Building freetype-2.1.10 on Cygwin


From: Werner LEMBERG
Subject: Re: [ft] Building freetype-2.1.10 on Cygwin
Date: Wed, 17 May 2006 23:30:01 +0200 (CEST)

>     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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]