Hi, I tried to build dragonegg 2.9 but encountered following error at the very beginning of the building process: qingjinlyc at qingjinlyc:~/IDEs/dragonegg-2.9$ GCC=../build-gcc/bin/gcc-4.5 makeCompiling utils/TargetInfo.cpp g++: error: directory": No such file or directory make: *** [TargetInfo.o] Error 1 qingjinlyc at qingjinlyc:~/IDEs/dragonegg-2.9$ Does anyone have any idea about this? Thanks, Ben Li. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131012/c019faa5/attachment.html>
Hi 李永超, On 12/10/13 13:21, 李永超 wrote:> Hi, > I tried to build dragonegg 2.9 but encountered following error at the very > beginning of the building process: > > qingjinlyc at qingjinlyc:~/IDEs/dragonegg-2.9$ GCC=../build-gcc/bin/gcc-4.5 > makeCompiling utils/TargetInfo.cpp > g++: error: directory": No such file or directory > make: *** [TargetInfo.o] Error 1 > qingjinlyc at qingjinlyc:~/IDEs/dragonegg-2.9$ > > Does anyone have any idea about this?try: GCC=../build-gcc/bin/gcc-4.5 make VERBOSE=1 to get more info. Ciao, Duncan.