[ Ubuntu-BD ] *.cpp
Nasimul Haque
nasim.haque at gmail.com
Thu Jul 24 10:32:47 BST 2008
On Thu, Jul 24, 2008 at 5:31 AM, nasir khan <nasir8891 at gmail.com> 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
More information about the ubuntu-bd
mailing list