On Thu, Jul 24, 2008 at 5:31 AM, nasir khan <[EMAIL PROTECTED]> wrote: > now i can compile and run the files with extension " .c " but not the > " .cpp " files. every time it shows the same message > > /tmp/ccSb9vBh.o:(.eh_frame+0x11): undefined reference to > `__gxx_personality_v0' > collect2: ld returned 1 exit status
It seems you are trying compile a project (a group of source files). Take a look at your folder, probably you can find a file called Makefile. If it's there then you have compile the code through the following command make This is an automated compilation of your project. -- M. Nasimul Haque, M.Sc.(SUST) Wessex Institute of Technology Southampton, UK -- ubuntu-bd mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
