Tested and works on x86 linux. You will also need to add x11-libs/libXinerama as a dep; this works as well. All I did was run eapify & digest on both ebuilds then emerge'd synergy. Thanks!
err. it compiles fine but won't run. % synergys synergys: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by synergys) Any ideas?
(In reply to comment #1) > err. it compiles fine but won't run. > > % synergys > synergys: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required > by synergys) > > Any ideas? Huh, runs fine if you compile manually from source..??
This has to do with the configure call (obviously). I edited the ebuild and put ./configure --prefix=$EPREFIX/usr inplace of econf --sysconfdir=/etc and it runs fine now as expected. Any idea what part of the "econf" configure call might cause this?? ./configure --prefix=/home/jolexa/portage/linux-32/usr --host=i686-pc-linux-gnu --mandir=/home/jolexa/portage/linux-32/usr/share/man --infodir=/home/jolexa/portage/linux-32/usr/share/info --datadir=/home/jolexa/portage/linux-32/usr/share --sysconfdir=/home/jolexa/portage/linux-32/etc --localstatedir=/home/jolexa/portage/linux-32/var/lib --sysconfdir=/etc --build=i686-pc-linux-gnu
(In reply to comment #3) > This has to do with the configure call (obviously). > > I edited the ebuild and put ./configure --prefix=$EPREFIX/usr inplace of econf > --sysconfdir=/etc and it runs fine now as expected. > > Any idea what part of the "econf" configure call might cause this?? > ./configure --prefix=/home/jolexa/portage/linux-32/usr --host=i686-pc-linux-gnu > --mandir=/home/jolexa/portage/linux-32/usr/share/man > --infodir=/home/jolexa/portage/linux-32/usr/share/info > --datadir=/home/jolexa/portage/linux-32/usr/share > --sysconfdir=/home/jolexa/portage/linux-32/etc > --localstatedir=/home/jolexa/portage/linux-32/var/lib --sysconfdir=/etc > --build=i686-pc-linux-gnu Sorry for the flood of emails. I can't reproduce this error anymore now so if it works for you I would say it is good to go. Thanks. (again, sorry)
This is the version that I used: x11-misc/synergy-1.3.1
added, thanks!