Hi!

I've been facing trouble when installing the latest stable version of Squeak(3.7-7) in my EM64T Debian Etch linux. At first, i tried to install the raw binaries with hope that the kernel would accept it , but it didn't worked out... So i decided to build squeak VM from the source tarball.  When running the make build script , some of the stuff is compiled but the build fails. It looks like that the some of the main modules of squeak have dependencies with  GLIBC-2.0 libraries... i have the GLIBC 6.0 core libraries and the devel package properly installed and it still don't work...
----------------------------------------------------------------------------------------------------------------------------------------------
carmack:/swDevel/Squeak-3.7-7/platforms/unix# uname -a
Linux carmack 2.6.17-2-amd64 #1 SMP Wed Sep 13 17:49:33 CEST 2006 x86_64 GNU/Linux

carmack:/swDevel/Squeak-3.7-7/platforms/unix# make

... after some time building

vm/vm.a(sqUnixMain.o): In function `recordFullPathForImageName':
/swDevel/Squeak-3.7-7/platforms/unix/vm/sqUnixMain.c:281: undefined reference to `realpath@GLIBC_2.0'
vm/vm.a(sqUnixMain.o): In function `recordFullPathForVmName':
/swDevel/Squeak-3.7-7/platforms/unix/vm/sqUnixMain.c:262: undefined reference to `realpath@GLIBC_2.0'
vm/vm.a(sqUnixMain.o): In function `main':
/swDevel/Squeak-3.7-7/platforms/unix/vm/sqUnixMain.c:1320: undefined reference to `realpath@GLIBC_2.0'
SecurityPlugin/SecurityPlugin.a(sqUnixSecurity.o): In function `isAccessiblePathName':
/swDevel/Squeak-3.7-7/platforms/unix/plugins/SecurityPlugin/sqUnixSecurity.c:43: undefined reference to `realpath@GLIBC_2.0'
UnixOSProcessPlugin/UnixOSProcessPlugin.a(UnixOSProcessPlugin.o): In function `primitiveRealpath':
/swDevel/Squeak-3.7-7/platforms/unix/src/vm/intplugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c:2087: undefined reference to `realpath@GLIBC_2.0'
collect2: ld returned 1 exit status
make[1]: *** [squeak] Error 1
make[1]: Leaving directory `/swDevel/Squeak-3.7-7/platforms/unix/bld'
make: *** [all] Error 2
-----------------------------------------------------------------------------------------------------------------------------------------------------
I've googled the error , but no solution....  Anyone here have something in mind  for solving it? Any other install procedures that i can take?

                                                                                                   Thanks in Advance,
                                                                                                           Gustavo