Re: compile error
Globe Trotter <itsme_410-/[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
----- Original Message ----- From: Walter Dnes <[email protected]> To: Dillo-dev <[email protected]> Cc: Sent: Saturday, August 6, 2011 10:56 PM Subject: Re: [Dillo-dev] compile error On Sat, Aug 06, 2011 at 01:49:07PM -0700, Globe Trotter wrote > While trying make on the latest version of dillo3, I get the following: > > /usr/bin/ld: note: 'XSync' is defined in DSO /usr/lib64/libX11.so.6 so try adding it to the linker command line > /usr/lib64/libX11.so.6: could not read symbols: Invalid operation First check that your system actually has file /usr/lib64/libX11.so.6 If it does, try following the suggestion to add it to the linker command line. Thanks! I removed the rpm and recompiled fltk1.3 by hand, and things went through after that.