Well, subject says it pretty much all  - I'm trying to build mysqlgui
1.7.4 on NetBSD 1.5/i386, and get linker warnings:

single.o: In function `EditorEngine::LoadSQL(char const *)':
/usr/cvs/pkgsrc/databases/mysqlgui.work/work.i386/mysqlgui-1.7.4/FL/wstrings.h:23: 
undefined
reference to `wString::Initialize(char const *, long)'
single.o: In function `EditorEngine::LoadSQL(char const *)':
/usr/cvs/pkgsrc/databases/mysqlgui.work/work.i386/mysqlgui-1.7.4/single.cc:27: 
undefined
reference to `wString::~wString(void)'
...

looking in FL/wstrings.h, I wonder where the actual code for
wString::Initialize() is. There is the prototype in the class definition,
but where is the code?

FWIW, I have the following packages installed:

fltk-1.0.10, flvw-20000224, mysql-client-3.23.35, mysql-server-3.23.35, 
mysql++-1.7.8. (Did I miss something?)


 - Hubert

-- 
Hubert Feyrer <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to