home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.open-look
- Path: sparky!uunet!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!cronkite.Central.Sun.COM!sixgun.East.Sun.COM!newscan!mitaine!mario
- From: mario@sun.com (Mario Dorion - Sun Montreal SE)
- Subject: Re: Linking, undefined symbols get_wmShellWidge
- Message-ID: <1992Nov13.135717.21098@newscan.canada.sun.com>
- Sender: news@newscan.canada.sun.com
- Nntp-Posting-Host: mitaine.canada.sun.com
- Reply-To: mario@sun.com
- Organization: Sun Microsystems du Canada
- References: <1dul2nINNr4t@manuel.anu.edu.au>
- Date: Fri, 13 Nov 1992 13:57:17 GMT
- Lines: 22
-
- In article 1dul2nINNr4t@manuel.anu.edu.au, johng@cres1.anu.edu.au (John Gallant) writes:
- >I have an application I have written using the Athena widget set running
- >on several flavours of Sun-4 under OpenWindows 2. I recently sent a copy
- >off to some colleagues to compile on their Sun (also a Sun-4 I think,
- >forgot to check this) which has OpenWindows 3. They got two undefined
- >symbols at link phase (these were dictated over the phone so there may
- >be slight errors):
- >
- > get_wmShellWidgetClass
- > get_applicationShellWidgetClass
- >
-
- This is in the FAQ.
-
- Our dynamic version of libXmu is broken in the sense that these two
- definitions are missing. Use the static one instead.
-
- For exemple:
- cc -o toto toto.c -lXaw -Bstatic -lXmu -Bdynamic -lXt -lX11 -lXext
-
- Mario Dorion - Sun Montreal
-
-