Re: project link problems

2000-10-12 Thread Josh Steiner
thanks for the response, but no that didn't do it (its also a .cc file). am i correct in assumeing that from an automake stance, my build is going correct since i can use #define's from my file, and that i should be looking elsewhere, or can this that i've missconfigured automake somehow? thank

Re: project link problems

2000-10-12 Thread Alexandre Oliva
On Oct 12, 2000, Josh Steiner <[EMAIL PROTECTED]> wrote: > Now my file gets built, i can use preprocessor definitions from > those files, but when i try to call a function (foobar) from one of > those files (tX_middin.cc/h) i get an error in linking. Make sure `foobar' is declared as `extern "C"

project link problems

2000-10-12 Thread Josh Steiner
Hi all, i hope this is an appropriate list to ask about problems using automake. I am new to free software development and I am adding some code to an existing project (www.terminatorx.cx) which is writen in a mix of c and c++. I added a few files to the project, and in order to get them built I