Mail Archives: cygwin/1998/03/08/15:20:53
In article <01BD4856 DOT A48D8F90 DOT zow AT mdbs DOT com>,
\"Zow\" Terry Brugger <zow AT mdbs DOT com> wrote:
>I have concluded that this ll.dll is indeed from X11 . I just got the X11
>package compiled for B19 from one of the gentlemen working on Xemacs for
>NT, and the problem went away. I imagine that any of the other X11 libs
>that people have put together would work as well. In the interim, if anyone
>would like to put up the X11 package that I have on a public ftp site, let
>me know and I'll up it there (I can't afford to mail it or ftp to private
>servers as it's 4 Megs and we have a 56K connection).
Another possibility is that, although the B18 version of ld may no longer
be in your path, it is possible that the old B18 ld templates are still
in some path that ld is using. The way to check this is to use the -v
option on the ld line that produces the .dll. You will see a template
file being used in the output. There should be something that looks
like:
..idata BLOCK(__section_alignment__) :
{
/* This cannot current be handled with grouped sections.
See pe.em:sort_sections. */
*(.idata$2)
*(.idata$3)
LONG (0); LONG (0); LONG (0); LONG (0); LONG (0);
- Raw text -