rhfreeman wrote:
> When I try to compile it I get this error:
>
> Sovereign[259] ~/rwaves>gcc -Wall whatever.c `gtk-config --cflags --libs`
> `gdkmagick-config --libs`
> /var/tmp/ccVtLX4k.o: In function `main':
> /var/tmp/ccVtLX4k.o(.text+0x138e0): undefined reference to `g_thread_init'
> collect2: ld returned 1 exit status
> Sovereign[260] ~/rwaves>
That error message looks strange. Are you using GNU ld, by any chance?
Either way, what's the output of `gtk-config --libs' and `gdkmagick --libs'?
> And yet if I called g_thread_init() without any arguments it complains
> because there isn't enough arguments to it!
So it should.
> Is this a problem with POSIX thread incompatibility on Solaris?
I don't think so.
--
.-. .-. I don't work for my employer.
(_ \ / _)
| [EMAIL PROTECTED]
| [EMAIL PROTECTED]
--
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null