2 X11 questions and 1 nfs

frieza

Registered
ok... 3 questions
first.. trying to compile windowmaker 0.80.2 from source i get the following errors

ld:unrefined symbols:
__Xsetlocal
make[2]: *** [connect] Error 1
make [1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

also... i can display X11 apps from my linux boxes to osX... how do i do the other way?

and last but not least... how do i mount NFS servers from the command line?
 
I can not be specific, there is not enough information.

I can tell you that ld: errors have to do with the libraries you are linking to, perhaps one or more are missing or have the wrong versions. Go through a copy of the make file with a text editor and you should be able to hunt down where and which libraries are giving you trouble.
 
Back
Top