OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Linux Applications => Topic started by: renick on August 09, 2007, 12:20:08 pm
-
I'm trying to compile wmii on pdaxii13 (sl-c3200):
http://www.suckless.org/wiki/wmii (http://www.suckless.org/wiki/wmii)
When I try make, I'm getting this error:
LD cmd/wmiir.o
/opt/native/arm/3.4.6-xscale-softvfp/lib/gcc/armv5tel-cakco-linux/3.4.6/../../../../armv5tel-cacko-linux/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[1]: *** [wmiir.o] Error 1
make: *** [dall] Error 2
The source compiled fine on my Ubuntu machine. Any ideas? Have I failed to install some other package that I need?
-
Looks like it's looking for libc. I don't know if that is in the feed, or if you need to build it.
-
Looks like it's looking for libc. I don't know if that is in the feed, or if you need to build it.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=166000\")
I have glibc 2.2.5 installed. Is it not the same thing? I'm using the squashfs from here:
[a href=\"http://www.tyrannozaurus.com/feed/pdaXii13/build/]http://www.tyrannozaurus.com/feed/pdaXii13/build/[/url]
-
just remove the -lc from the Makefile and run make again