[Bug c++/39884] undefined reference

2009-04-28 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-04-29 04:35 --- You need to link in the object file which also contains Preprocess. This bug reporting system is not really for getting basic C++ help which you can get via the newsgroup comp.lang.c++. -- http://gcc.gnu.org/bu

[Bug c++/39884] undefined reference

2009-04-28 Thread nilesh dot barange at gmail dot com
--- Comment #2 from nilesh dot barange at gmail dot com 2009-04-29 04:24 --- (In reply to comment #1) > This means you don't have any definition of Preprocess or any other of the > functions mentioned above. > Following is my code... #include #include #include #include "domain.h"

[Bug c++/39884] undefined reference

2009-04-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-28 22:11 --- This means you don't have any definition of Preprocess or any other of the functions mentioned above. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---