Bug #2533 - compiling error on Solaris
SourceForge user: nobody
When I try to compile synergy on solaris8 I get the
following error meassage during configure:
checking size of char... configure: error: cannot
compute sizeof (char),77
Does anyone know how to solve this problem?
#1
SourceForge user: crs23
Logged In: YES
user_id=21565
you should ask questions in the forums, not by submitting a
bug. had you searched the help forums for 'cannot compute
sizeof' you would've found this:
It looks like you have to set $LDLIBRARYPATH to
/usr/sfw/lib/sparcv9:/usr/sfw/lib so the runtime linker
knows where to look.
Upon running make:
g++: unrecognized option `-pthread'
every time g++ is invoked, but it seems to struggle on.
basically, the system is building programs that it cannot
execute, which is a bug with your system configuration, not
synergy.
Write comment