--- Jason Snuggs <[EMAIL PROTECTED]> wrote: > Ok, this isn't the one straight out of the FAQ I promise. Although I imagine > it's about as dumb. It goes with my previous one of trying to get ROM to > compile all in c++ rather than c, which I've been able to do up to the point > where for some reason it won't link with lcrypt. I have that in my libs and > it is after all the object files when linking. It was also working when the > mud was being compiled in c rather than c++, so it's something to do with the > conversion. So is there something I need to do differently with the crypt > library due to the c++ compilation.
What C++ compiler are you using? What did you try to get it to work? What was the exact error message the compiler gave you? My guess is the C++ name mangling is giving you greif. But without the answers to this question I'm just guessing. ~Kender ===== -----BEGIN GEEK CODE BLOCK----- Version 3.1 GCS/L/C/O d-(+) s++:+ a-- C+++$>++++ UBLS++++$ P+++(--)$ L++>+++ E--- W+>++$ N !o K? w(--) !O M- !V PS+ PE(++) Y+ PGP->+ t- 5 X+() R(+) tv+@ b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++ ------END GEEK CODE BLOCK------ __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1

