bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] How does one set up the database


From: Jon Kinsey
Subject: Re: [Bug-gnubg] How does one set up the database
Date: Wed, 30 Jun 2004 14:28:02 +0100
User-agent: Mozilla Thunderbird 0.6 (Windows/20040502)

Joern Thyssen wrote:

On Wed, Jun 30, 2004 at 08:53:24AM +0200, Jim Segrave wrote

On the other issue - ftgl and autoconf - looking at the header files
for ftgl, it looks like it entirely a set of C++ class
definitions. Can an configure script simply create a static instance
of one of the classes? I assume that will fail to link if it doesn't
find the library. All of the publics in libftgl.a are C++ names with the
signature prefixes, so there's no obvious trivial way of checking that
the library has been located and linked


I'm completely C++-ignorant, so if you write a minimal test program,
I'll integrate it into the autoconf stuff.

Here's a simple test program (attached).

Jon

#define FTGL_LIBRARY_STATIC
#include "FTFace.h"

int main()
{
  FTFace test(0);
  return 0;
}

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]