On Mon, Mar 8, 2010 at 11:57 AM, Matthew Boeckman <[email protected]> wrote: > Any pointers are greatly appreciated. Thanks!
Ah, Solaris. The problem is that pkg-config gives the compiler flags with which glib (and in particular gthread) was compiled, and with which you'll need to compile Amanda as well. The problem is, those flags were for the Sun Studio (Oracle Studio?) compiler. So you'll need to either use that compiler (which works fine, although it emits a lot of spurious warnings) or tweak the pkg-config glib-2.0.pc file to give the proper threads flag for gcc. I believe that's -pthreads, but don't quote me on it.. Dustin -- Open Source Storage Engineer http://www.zmanda.com
