"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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. _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
