|
From: liguojin <ron...@16...> - 2012-09-17 13:25:46
|
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVG"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prono-builtin -fomit-frame-pointer -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-lvg_preloaded.o -MD -MP -MF .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Tpo -c -o vgpreload_core_amd64_linux_ mv -f .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Tpo .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Po gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wfpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -Wno-pointer-sign -fno-stackeload_core-amd64-linux.so vgpreload_core_amd64_linux_so-vg_preloaded.o mkdir -p ../.in_place; \ for f in vgpreload_core-amd64-linux.so ; do \ rm -f ../.in_place/$f; \ ln -f -s ../coregrind/$f ../.in_place; \ done ln: 创建符号链接 "../.in_place/vgpreload_core-amd64-linux.so": 不支持的操作 make[3]: *** [inplace-noinst_PROGRAMS] 错误 1 make[3]: Leaving directory `/usr/MyWorkspace/WindowsFolder/valgrind-3.8.0/coregrind' make[2]: *** [all] 错误 2 make[2]: Leaving directory `/usr/MyWorkspace/WindowsFolder/valgrind-3.8.0/coregrind' make[1]: *** [all-recursive] 错误 1 make[1]: Leaving directory `/usr/MyWorkspace/WindowsFolder/valgrind-3.8.0' make: *** [all] 错误 2 How can I fix it ??????? |
|
From: Julian S. <js...@ac...> - 2012-09-17 13:53:21
|
Hmm, my Chinese language skills are not too good. It would be helpful if you can translate 创建符号链接 and 不支持的操作 into English. J |
|
From: Fred S. <fs...@co...> - 2012-09-17 14:12:49
|
I don't do Chinese either, but translate.google.com translates this to: Create a symbolic link and does not support the operation Fred Smith Senior Applications Programmer/Analyst Computrition, Inc. 175 Middlesex Turnpike Bedford, MA 01730 ph: 781-275-4488 x5013 fax: 781-357-4100 -----Original Message----- From: Julian Seward [mailto:js...@ac...] Sent: Monday, September 17, 2012 9:47 AM To: val...@li... Cc: liguojin Subject: Re: [Valgrind-users] under Linux AS 6.3 X86_64, compile error, please help , thanks Hmm, my Chinese language skills are not too good. It would be helpful if you can translate 创建符号链接 and 不支持的操作 into English. J ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Valgrind-users mailing list Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-users This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email |
|
From: Tom H. <to...@co...> - 2012-09-17 14:42:10
|
On 17/09/12 15:16, Fred Smith wrote: > I don't do Chinese either, but translate.google.com translates this to: > > Create a symbolic link and does not support the operation So the problem is that the user is building on an FS that doesn't support symbolic links - probably a Windows filesystem of some sort judging by the pathnames. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |
|
From: liguojin <ron...@16...> - 2012-09-18 09:39:44
|
First all all,my English is pool . Thank you very much. I have got it. The reason is : In order to compile valgrind src in my vmware, I mount a windows folder to linux os of vmware.,then the error occurred. I copy src to a folder of linux os of vmware, the error disappear when complie. At 2012-09-17 22:41:42,"Tom Hughes" <to...@co...> wrote: > >On 17/09/12 15:16, Fred Smith wrote: >> I don't do Chinese either, but translate.google.com translates this to: >> >> Create a symbolic link and does not support the operation > >So the problem is that the user is building on an FS that doesn't >support symbolic links - probably a Windows filesystem of some sort >judging by the pathnames. > >Tom > >-- >Tom Hughes (to...@co...) >http://compton.nu/ |