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
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[New Component] ExtTabCtr...
by
ovidio
[
Today
at 02:40:54 pm]
Can /my/ AI help me with ...
by
microxa
[
Today
at 02:25:12 pm]
SynEdit theme
by
LemonParty
[
Today
at 02:01:33 pm]
What happened to CocoaWSC...
by
Frank
[
Today
at 01:31:19 pm]
Very rough version of a s...
by
Hansvb
[
Today
at 12:44:31 pm]
Which Control should I us...
by
wp
[
Today
at 12:38:10 pm]
Fast Canvas Library V1.05...
by
microxa
[
Today
at 12:37:01 pm]
TCHATGPT — An Artificial ...
by
Martin_fr
[
Today
at 12:21:40 pm]
Pdf Viewer in Pascal
by
Dzandaa
[
Today
at 11:44:26 am]
Single and Double, Conver...
by
jamie
[
Today
at 12:00:51 am]
Lazarus Bugfix Release 4....
by
Martin_fr
[June 13, 2026, 11:02:41 pm]
Error with last fixes_3.2...
by
Fred vS
[June 13, 2026, 10:49:27 pm]
Lazarus 4.8 on Sourceforg...
by
Enos68
[June 13, 2026, 08:00:47 pm]
Conscious Artificial Inte...
by
Dzandaa
[June 13, 2026, 05:59:22 pm]
If FileExists(
by
Bart
[June 13, 2026, 05:57:26 pm]
docked IDE and form capti...
by
Paolo
[June 13, 2026, 02:53:50 pm]
New version of LazMapView...
by
wp
[June 13, 2026, 12:09:27 pm]
PadXml 1.1.0 – Portable A...
by
AlexanderT
[June 13, 2026, 10:38:42 am]
Arkanoid
by
Tomi
[June 13, 2026, 09:46:46 am]
Interesting video
by
Joanna
[June 13, 2026, 06:24:53 am]
IndySecOpenSSL is now ava...
by
TheMouseAUS
[June 13, 2026, 03:49:17 am]
Message CM_ShowingChanged...
by
LeP
[June 13, 2026, 02:13:51 am]
[SOLVED]Program experienc...
by
Cainnech
[June 13, 2026, 12:19:17 am]
TATTabs - how to stop a 3...
by
bobonwhidbey
[June 13, 2026, 12:03:15 am]
If you are looking for Wi...
by
avra
[June 12, 2026, 07:37:10 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: /usr/bin/ld: cannot find IX11 error (Read 6598 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