This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnome-session build fails


jose isaias cabrera wrote:

Ago,

Ok, I agree, but somehow, libtool is not figuring itself out.  However,
is that dynamic link ok?


yes gcc (or ld) would work fine. I don't know why libtool does not.


Any options that I can do to libtool to make it work?

Create the file libXrender.la. Just copy another .la file and edit to fit for libXrender.

Or take this:
# libXrender.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5 (1.1220 2003/04/05 19:32:58)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='../bin/cygXrender-1.dll'

# Names of this library.
library_names='libXrender.dll.a'

# The name of the static archive.
old_library='libXrender.a'

# Libraries that this one depends upon.
dependency_libs=' -L/usr/X11R6/lib -lX11'

# Version information for libXrender.
current=3
age=2
revision=2

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/X11R6/lib'


Gerrit -- =^..^=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]