| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | October 4 2005 11:06am |
| Subject: | Re: Installation of mysql++ with SuSE 9.3 | ||
| View as plain text | |||
Matthias Braun wrote:
> LIBS = $(SUBLIBS) /usr/local/lib/libmysqlpp.so
You shouldn't specify library files directly like that. It's probably
the reason your linker is picking up the old version Chris noticed. Say
"-L/usr/local/lib -lmysqlpp" instead. The linker should then be smart
enough to use the most recent "libmysqlpp*".
| Thread | ||
|---|---|---|
| • Installation of mysql++ with SuSE 9.3 | Matthias Braun | 2 Oct |
| • Re: Installation of mysql++ with SuSE 9.3 | Chris Frey | 2 Oct |
| • Re: Installation of mysql++ with SuSE 9.3 | Warren Young | 4 Oct |
| • Re: Installation of mysql++ with SuSE 9.3 | Warren Young | 6 Oct |
| • Re: Installation of mysql++ with SuSE 9.3 | Warren Young | 6 Oct |
