Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 1999 12:30:20 +0200 (SAST)
From:      Ruan <ruan@ctech.ac.za>
To:        freebsd-questions@freebsd.org
Cc:        ruan@ctech.ac.za
Subject:   libvgl
Message-ID:  <Pine.BSF.4.01.9902231224590.4450-100000@raven.ctech.ac.za>

next in thread | raw e-mail | index | archive | help

Hi,

For some reason I can't get libvgl programs to compile. I am using 
freebsd 2.2.8-RELEASE.

A small sample program:

#include <stdio.h>
#include <vgl.h>

void main()
{
 int error;
 error = VLGInit(0x13);
 VGLEnd();
}


I then do a gcc myfile.c and it returns something to the effect of

/var/tmp/ccve44551.o: Undefined symbol '_VGLInit' referenced from text
segment
/var/tmp/ccve44551.o: Undefined symbol '_VGLEnd' referenced from text
segment

Thanx
Ruan




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9902231224590.4450-100000>