GCC error

Linux specific forum
Num3
PureBasic Expert
PureBasic Expert
Posts: 2810
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

GCC error

Post by Num3 »

/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status

And no executable is created !

Any ideas !?


--
[Using linux for 4 hours only :roll: ]
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Check if there is a library called libXi (poss followed by some numbers). One way is to do an "updatedb" then when that's finished to a "locate libXi". If it's there then (and I'm a bit rusty here) do an "ldconfig". Hope this helps.
Post Reply