Enviroment : Fedora13 under WMware
NAS software package: nas-1.9.2.src.tar.gz
gcc version: 4.4.5 20101112 (Red Hat 4.4.5-2) (GCC)

i install the nas following the doc "README":
[root@localhost nas-1.9.2]#xmkmf 
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/share/X11/config

[root@localhost nas-1.9.2]#make World

[root@localhost nas-1.9.2]#make install  
/usr/bin/ld: ../../../lib/audio/libaudio.a(ConnSvr.o): undefined reference to symbol 'XauGetBestAuthByAddr'
/usr/bin/ld: note: 'XauGetBestAuthByAddr' is defined in DSO /usr/lib/libXau.so.6 so try adding it to the linker command line
/usr/lib/libXau.so.6: could not read symbols: Invalid operation
collect2: ld return 1
make[3]: *** [auctl] error 1
make[3]: Leaving directory `/home/ywj/nas-1.9.2/clients/audio/auctl'
make[2]: *** [install] error 2
make[2]: Leaving directory `/home/ywj/nas-1.9.2/clients/audio'
make[1]: *** [install] error2
make[1]: Leaving directory `/home/ywj/nas-1.9.2/clients'
make: *** [install] error 2

I have experienced many similar problems ,i don't how to solve this problems so that i scared of similar error. It's so hard to find what libs the software lack of for installing.

What am I gonna do ?