On Thu, 28 Dec 2000, Shane P. Lee wrote: >Okies, I finally got around to porting the eliza bot to a copy of my MUD. >The code can be found on the Circle FTP site BTW. Since the bot is >written in C++, I had originally given up on this project, until I found >by accident that gcc can link both C and C++ object files and even >automagically compiles the C++ files with gpp. The problem is, I got the >following errors while linking: If you compile both C and C++ objects then the final linking should be done with g++, not gcc. I'd stick with just using g++ for consistency but you seem to want to try the mix-n-match approach. -- George Greer greerga@circlemud.org -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT