glut compiling problem
Hi there,
I am trying to generate a glut window, however, I got some compilation
problem. it reports that:
-----------------------------------------------------------------
/usr/ccs/bin/ld: Unsatisfied symble:
.
.
Xdisplayclose
.
.
(many variables with X prefix in libglut.a)
----------------------------------------------------------------
Any help will be appreciated! thanks in advance.
--
Posted via Mailgate.ORG Server -
http://www.Mailgate.ORG
.
Relevant Pages
- Re: Best Practice for tables?
... Frm and prefix all subreport names with SFrm. ... I prefix reports with Rpt and I prefix subreports with SRpt. ... Now, as dispatch of items are dependent on the weight, I have another ... (microsoft.public.access.gettingstarted) - Re: Building solution from the command line
... The solution gets built. ... Without the /out options I don't see compilation ... Is there a way to eliminate this prefix? ... (microsoft.public.vsnet.ide) - Re: [PATCH 02/21] ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
... For other entries in say kernel/power, ... Allows some messages to not have a prefix at all ... Prefixes can vary inside a specific compilation unit ... for instance: acpi/apic typos were found/fixed ... (Linux-Kernel) - Re: Use of ; in Forth Compiler
... introduce a lookahead function. ... I'm not interested in advocating it: the important difference between these dialects and other Forth dialects is compilation, ... The only way I can see to make variables: (or any Forth-like parsing prefix word) work is for it to be an IMMEDIATE word - which means, in many cases, that it cannot sensibly be used within a definition unless it is POSTPONED so that the parsing happens at run time. ... (comp.lang.forth) - Re: WSCEnumProtocols link error
... > The compilation goes through without error. ... > When it comes to link, it reports the following two errors: ... > myProgram.exe: fatal error LNK1120: 2 unresolved externals ... > header file Ws2spi.h. ... (microsoft.public.vc.language) |
|