Added bit about configuring on Solaris, which requires some

options to find the X11 includes and libraries.
This commit is contained in:
crs 2003-01-08 22:17:44 +00:00
parent 7872c30111
commit 02a0d61e55
2 changed files with 15 additions and 0 deletions

9
FAQ
View File

@ -15,6 +15,7 @@ Questions
10. Do AltGr or Mode-Switch work?
11. Why isn't synergy ported to platform XYZ?
12. My client can't connect. What's wrong?
13. Linking fails on Solaris. What's wrong?
Answers
@ -135,3 +136,11 @@ Answers
rejected" or "connection refused" then the server isn't started,
can't bind the address, or the client is connecting to the wrong
host name/address or port.
13. Linking fails on Solaris. What's wrong?
Did you add `--x-includes=/usr/openwin/include
--x-libraries=/usr/openwin/lib' (without the linebreak) to the
`configure' command line? Solaris puts the X11 includes and
libraries in an unusual place and the above lets synergy find
them.

View File

@ -30,6 +30,12 @@ For a list of options to configure use:
./configure --help
On Solaris you may need to use:
./configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
so synergy can find the X11 includes and libraries.
Building
--------