Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 95 17:41:35 MDT
From:      terry@cs.weber.edu (Terry Lambert)
To:        whedbee@ddi.digital.net
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Anyone linked with Hungry ViewKit ?
Message-ID:  <9505062341.AA26110@cs.weber.edu>
In-Reply-To: <199505062025.QAA00175@bonkers> from "Ken Whedbee" at May 6, 95 04:25:35 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> Has anybody using FreeBSD managed to link a program using the
> Hungry Programmer's version of ViewKit ?  I tried compiling
> the equivalent of "hello world" below but couldn't get it to link.

[ ... ]

> % g++ -I/usr/X11R6/include -o vk_generic -L/usr/X11R6/lib vk_generic.C -lvk 
>   -lXm -lXmu -lXt -lX11
> 
> and got:
> 
> VkComponent.o: Undefined symbol `___16VkCallbackObject' referenced from text seg
> ment
> VkComponent.o: Undefined symbol `_callCallbacks__16VkCallbackObjectPCcPv' refere
> nced from text segment

Looks like there is something that is extern C'ed that shouldn't be, or
there is a header dependency that has been broken.


					Terry Lambert
					terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9505062341.AA26110>