help-gplusplus
[Top][All Lists]
Advanced

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

Re: undefined reference to <FUNCTION_NAME>


From: Paul Pluzhnikov
Subject: Re: undefined reference to <FUNCTION_NAME>
Date: Thu, 07 Jul 2005 14:50:47 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"esri.guy@gmail.com" <esri.guy@gmail.com> writes:

> I am sure you all can point me to something I am overlooking. ...
> undefined reference to `_SE_connection_create'

Where is the SE_connection_create() function supposed to be defined?
You call it, but neglected to provide a definition. The linker
linker tells you that you must.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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