| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Jonathan Wakely | Date: | August 16 2008 10:17am |
| Subject: | Re: Unable to build MySQL++ on Solaris | ||
| View as plain text | |||
2008/8/14 Warren Young: >> /rusers/Charging/kartikm/mysql++/mysql++-3.0.5>>./configure >> --enable-thread-check --with-mysql=/rusers/Charging/kartikm/mysql > > It should build if you turn off the check for threads. Clearly more work is > needed to make that case work. On sparc hardware GCC spells the option -pthreads not -pthread. In later versions of GCC either form works. Jon
