Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Installation
»
Linux
»
/usr/bin/ld: cannot find IX11 error
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
WIKI Timeout issues
Please read here if you have trouble connecting to the wiki
Recent
Where to download IBX pre...
by
incendio
[
Today
at 01:37:39 am]
Strict Aliasing Rule
by
nixbody
[
Today
at 01:30:18 am]
Lazarus 4, What's wrong w...
by
incendio
[
Today
at 12:48:54 am]
Component to manage short...
by
EganSolo
[
Today
at 12:36:36 am]
Replace controls dynamica...
by
Aruna
[June 18, 2025, 11:58:42 pm]
[SOLVED] Which RTL Unit d...
by
tfurnivall
[June 18, 2025, 10:25:01 pm]
CEF component - the first...
by
wp
[June 18, 2025, 08:21:11 pm]
slim installation by remo...
by
wp
[June 18, 2025, 08:19:09 pm]
Crash on changing a strin...
by
Martin_fr
[June 18, 2025, 08:11:34 pm]
How to stop macro executi...
by
Martin_fr
[June 18, 2025, 08:06:44 pm]
Layout problem by nested ...
by
etrusco
[June 18, 2025, 07:55:44 pm]
Build failure
by
user5
[June 18, 2025, 07:42:34 pm]
Loading an image from an ...
by
Fred vS
[June 18, 2025, 06:29:01 pm]
IDE Lazarus 4.0 on Window...
by
Martin_fr
[June 18, 2025, 03:47:30 pm]
Lazarus 4.0 RC3
by
paxnet_be
[June 18, 2025, 02:34:23 pm]
Firebird 5 remote login v...
by
LacaK
[June 18, 2025, 02:07:34 pm]
Compile errors in MacBook...
by
Thaddy
[June 18, 2025, 11:46:06 am]
LAMW - UTF-8 character in...
by
Alcatiz
[June 18, 2025, 11:36:29 am]
How to run an external pr...
by
vsajip
[June 18, 2025, 08:50:34 am]
lazbuild command line swi...
by
n7800
[June 18, 2025, 04:21:35 am]
dBGRidController and Erro...
by
essence-ciel
[June 18, 2025, 01:15:11 am]
"LCLVersion" in *.lfm fil...
by
zeljko
[June 17, 2025, 11:05:36 pm]
FPC for high-performance ...
by
Thaddy
[June 17, 2025, 09:42:33 pm]
x86_64-win64 annoys me
by
Nicole
[June 17, 2025, 08:28:16 pm]
OpenDialog and mouse even...
by
Martin_fr
[June 17, 2025, 07:37:19 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: /usr/bin/ld: cannot find IX11 error (Read 6455 times)
cpri
New Member
Posts: 14
/usr/bin/ld: cannot find IX11 error
«
on:
November 15, 2006, 08:21:09 am »
Hello,
When I try to to compile a very simple program I get the error
/usr/bin/ld: cannot find IX11
Error while linking
I checked my fpc.cfg for the lib paths
#-Fl/lib; /usr/lib
When I check /usr/lib I find a link to libX11.so.6 So that should be alright
but I still have that error.
Another thing I tried is to install xorg-x11-devel.
This failed with the message
xorg-x11-devel-6.8.2-31 conflicts with file from package xorg-x11-filesystem-7.0-1 (running Fedora core 5)
(running Fedora core 5)
What else can I try to make lazarus (fpc) compile my code
Logged
Vincent Snijders
Administrator
Hero Member
Posts: 2661
RE: /usr/bin/ld: cannot find IX11 error
«
Reply #1 on:
November 15, 2006, 08:36:20 am »
Do you have /usr/lib/libX11.so?
Well, you need the an x11-devel package, did you use yum to instal it?
If this doesn't work out, yuo try to set the symlink from /usr/lib/libX11.so to /usr/lib/libX11.so.6 yourself.
Logged
cpri
New Member
Posts: 14
RE: /usr/bin/ld: cannot find IX11 error
«
Reply #2 on:
November 15, 2006, 08:54:25 am »
Ok thanks that worked
I thought that the /usr/lib.libX11.so.6 was already enough.
There were some others missing as well
but after
ln -s libX11.so.6 libX11.so
ln -s libXi.so.6 libXi.so
ln -s libXext.so.6 libXext.so
I finally have my first hello world in Linux
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Installation
»
Linux
»
/usr/bin/ld: cannot find IX11 error
TinyPortal
© 2005-2018