I'll do as you suggest and get back to you. Regarding your question, though, I don't really know what you mean. Could you be more specific? Perhaps you were asking how I built and installed mico? If so, simply:
./configure Make Make install Notes: 1. make breaks if I have SSL development package installed. I complains of unresolved SSL related symbols. Since I don't really need SSL support, I just removed SSL support from my cygwin configuration. 2. "make installs" harmlessly reports an error that it can't find ldconfig. For practical purposes, everything seems to get installed correctly. Thanks, Chuck -----Original Message----- From: Karel Gardas [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 12:48 PM To: Irvine, Chuck R [LTD] Cc: [email protected] Subject: RE: [mico-devel] Connecting to an Orbix name service On Fri, 14 Jul 2006, Irvine, Chuck R [LTD] wrote: > Core file attached. > > Versions > ======== > OS: Windows XP Pro > Cygwin (uname): CYGWIN_NT-5.1 > Gcc: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) Oh, cygwin! How has you configured your MICO? Anyway, it would be good to enable debugging by --enable-debug, recompile, retest and obtain proper stacktrace by running the application inside gdb: gdb --args client.exe <your params> run bt and sent it here. Cheers, Karel -- Karel Gardas [EMAIL PROTECTED] ObjectSecurity Ltd. http://www.objectsecurity.com _______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
