Error while compiling .cpp

Hello,

I am trying to rum my pass (.cpp file) and I am getting the following error.

I am trying to rum my pass (.cpp file) and I am getting the following error.

Can you give a little more context about what you're doing?

-Chris

----------------------------------------------------------------------------------------------------------------

g++: /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../crti.o: No such file or directory
g++: /usr/lib/gcc/i386-redhat-linux/3.4.2/crtbeginS.o: No such file or directory
g++: /usr/lib/gcc/i386-redhat-linux/3.4.2/crtendS.o: No such file or directory
g++: /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../crtn.o: No such file or directory
---------------------------------------------------------------------------------------------------------------

It seems the error just appreared from nowhere.Earlier it was working fine.I had also checked out the latest version from cvs sometime back but feel I worked on that for sometime before this appeared.

How can I fix it?Is it changing llvm parameters for c++ or requires patch or something fom linux?

Thanks

- T

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-Chris