Hi Roman, I think the discussion of your problem is now at a stage where it is not relevant to the other readers of this mailing list -- please send further emails about this to me only, unless you think they are of general interest. As far as I can tell, you are not linking in the ECLiPSe dynamic library in your g++ compilation: you need to specify this with a -l flag, i.e. -leclipse (the -L flag just tell g++ (actually the linker) where to look for the dynamic library files, but not which one to use). This is described in the Embedding and Interfacing Manual: http://www.eclipse-clp.org/doc/embedding/embroot004.html#toc3 (Mac OSX is a variant of Un*x) You said you are new to the Mac (and I assume to the GNU toolchain and a Un*x environment). Perhaps you should try and find someone at your University who can help you with using gcc etc. -- there are probably many differences from using MSVC. Cheers, Kish -- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply e-mail and delete all copies of this message. Cisco Systems Limited (Company Number: 02558939), is registered in England and Wales with its registered office at 1 Callaghan Square, Cardiff, South Glamorgan CF10 5BT.Received on Thu Jan 21 2010 - 17:18:49 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET