Synergy

Issue Tracker (powered by SPIT)

Bug #2533 - compiling error on Solaris

Status:
WontFix
Priority:
Normal
Assignee:
None
Category:
None
Target:
None
Found:
None
Created by:
Created on:
17 Mar 2006 13:20
Updated by:
None
Updated on:
9 Aug 2010 22:36
Platform:
None
Google ID:
sf-145
Redmine ID:
2565

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

18 Mar 2006 20:56: Issue Importer wrote a comment.

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.