Added bit about configuring on Solaris, which requires some
options to find the X11 includes and libraries.
This commit is contained in:
parent
7872c30111
commit
02a0d61e55
9
FAQ
9
FAQ
|
@ -15,6 +15,7 @@ Questions
|
||||||
10. Do AltGr or Mode-Switch work?
|
10. Do AltGr or Mode-Switch work?
|
||||||
11. Why isn't synergy ported to platform XYZ?
|
11. Why isn't synergy ported to platform XYZ?
|
||||||
12. My client can't connect. What's wrong?
|
12. My client can't connect. What's wrong?
|
||||||
|
13. Linking fails on Solaris. What's wrong?
|
||||||
|
|
||||||
|
|
||||||
Answers
|
Answers
|
||||||
|
@ -135,3 +136,11 @@ Answers
|
||||||
rejected" or "connection refused" then the server isn't started,
|
rejected" or "connection refused" then the server isn't started,
|
||||||
can't bind the address, or the client is connecting to the wrong
|
can't bind the address, or the client is connecting to the wrong
|
||||||
host name/address or port.
|
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.
|
||||||
|
|
6
INSTALL
6
INSTALL
|
@ -30,6 +30,12 @@ For a list of options to configure use:
|
||||||
|
|
||||||
./configure --help
|
./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
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue