Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Tony Hoyle wrote: > On Wed, 03 Dec 2003 21:49:26 +1100, Carl Brewer > <carl at bl.echidna.id.au> wrote: > > > >>Do I need gcc with shared libs enabled, perhaps? >> > > cvsnt might work without shared libs, but it's completely untested - > in fact thinking about it it'll probably not work because it relies on > being able to load protocols dynamically. > > It sounds like you need a special solaris build of libltdl anyway. > That's a standard piece of kit that should come with gcc or be > available from the same source. I'm building gcc 3.3.2 with shared libs now. I found why the __eprintf() was happening, I had an old assert.h floating around that was from an old gcc install, moved it away, and libltdl compiled ok. thanks for the pointer :) Carl