This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

RE: precompiled X11 libs


James Dumser wrote:
> to /src/X11 (the directory containing xc) and
>   patch < this.message

> diff -ur xc/config/cf/cygwin32.cf patches/xc/config/cf/cygwin32.cf
> --- xc/config/cf/cygwin32.cf	Wed Dec 31 18:00:00 1969
> +++ patches/xc/config/cf/cygwin32.cf	Wed Dec 31 17:59:35 1969
> +/*
> + * Cygwin32 shared library rules (DLL versions)
> + */
> +#ifndef HasSharedLibraries
> +#define HasSharedLibraries NO
> +#endif

Did You try to make shared libraries? A had a lot of troubles with dll's 
when I ported X11R6.1 sourses. File cygwin32.rules contains most of 
necessary rules to build dll version of libs. Dlls builds fine, but I had 
troubles with running programs - cygwin-compiled programs runs fine when 
they use only one dll, and crashes when loaded dll requires loading of 
another dll.

--
Sergey Okhapkin
Moscow, Russia
Looking for a job.


-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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