|
From: Anton V. <avo...@ya...> - 2011-07-14 18:07:48
|
14.07.2011, 19:03, "Sam Steingold" <sd...@gn...>: >> I will try later. But is it OK that the system defined realpath() function is not used, and >> the CLISP my_realpath() is used instead? > > are you sure this is the case? > $ grep HAVE_REALPATH config.h > $ nm lisp.exe | grep my_realpath > (gdb) br my_realpath > Yes, it is. $ grep HAVE_REALPATH config.h [nothing] $ nm lisp.exe | grep my_realpath 0042aee0 t _my_realpath (gdb) br my_realpath Breakpoint 18 at 0x42aefa: file ../src/pathname.d, line 61. Best regards, - Anton |