Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Chris Faylor <cgf@cygnus.com>
Date: Fri, 14 Jul 2000 11:47:23 -0400
To: "'cygwin@sourceware.cygnus.com'" <cygwin@sourceware.cygnus.com>
Cc: POORJE@mail.northgrum.com
Subject: Re: Motif and Xt Widgets using Cygwin20/NT
Message-ID: <20000714114723.C14719@cygnus.com>
Reply-To: cygwin-xfree@sourceware.cygnus.com
Mail-Followup-To: "'cygwin@sourceware.cygnus.com'" <cygwin@sourceware.cygnus.com>,
	POORJE@mail.northgrum.com
References: <A6DF07DBA946D111A99500A02461F98A04232FE0@xcgfl002.mlb.esid.northgrum.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <A6DF07DBA946D111A99500A02461F98A04232FE0@xcgfl002.mlb.esid.northgrum.com>; from POORJE@mail.northgrum.com on Fri, Jul 14, 2000 at 11:43:49AM -0400

Please use the correct mailing list for this query.

The mailing lists are mentioned at the project web site:

http://sourceware.cygnus.com/cygwin/

On Fri, Jul 14, 2000 at 11:43:49AM -0400, Poor, Jeff wrote:
>I'm attempting to port a large GUI application (written in C) that
>originally ran on an Alpha/VMS system onto a PC running NT4.0.  By no means
>am I a Motif/X11 expert, but I have successfully ported this application to
>a SUN/Solaris platform with very little effort.
>
>I've installed Cygwin with the Cygwin_B20_full.exe, and have used the
>cygwin-xfree-x11r6.4-cygwin-B20.1.tar file to get the latest X11 & Motif.
>(Note, I danced around quite a bit getting correct version that worked,
>DLLs, etc.)
>
>At this point, a large number of the Motif Widget classes aren't being found
>.... for instance, when I go to link I see things such as:
>
>  undefined reference to `xmTextWidgetClass'
>  undefined reference to `xmSeparatorWidgetClass'
>  undefined reference to `xmArrowButtonWidgetClass'
>  undefined reference to `xmArrowButtonWidgetClass'
>  undefined reference to `xmSeparatorWidgetClass'
>  undefined reference to `xmTextWidgetClass'
>  undefined reference to `XmTextSetString'
>
>Each of these classes are defined as "extern" with the *.h (header) files
>under /X11R6.4/lesstif/Motif1.2/include (and Motif2.0).
>
>There are also some totally undefined functions (Xshm, Xmalloc, Xcalloc,
>XWidthofScreen, ...) that are present within VMS and Solaris, but don't
>appear anywhere in the Xfree bundle.
>
>----------------------------------------------------------------------------
>----
>Also, in the link phase I get the following messages which are X11 related
>but not specific to the above mission objects:
>
>   /.../X11R6.4/lib/libXt.a(Shell.o)(.text+0x35aa):Shell.c: undefined
>reference to `IceConnectionNumber'
>   /.../X11R6.4/lib/libXt.a(Shell.o)(.text+0x3c44):Shell.c: undefined
>reference to `IceProcessMessages'
>
>Any leads on what these anomalies are caused by?  THANKS!!!!
>
>
>Jeff Poor
>Northrop Grumman
>Airborne Ground Surveillance and Battle Management Systems 
>Melbourne, Florida
>(321) 726-7335   poorje@mail.northgrum.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

