On 10/5/02 6:23 PM, "Alwyn" <[EMAIL PROTECTED]> wrote:

> I'm unfamiliar with this package, but don't the compilation commands
> get displayed during your build? When compiling C++ source files
> (usually '.cc' or '.cpp'), is the command 'gcc' (also 'cc') or 'g++'
> (also 'c++')? If it is the former and calls are made to the standard
> library, then '-libstdc++' is required.

Now that I look at it, I don't think it matters - gcc or g++ are used for .c
and .cpp as they should to create .o files; everything is linked using g++.
Does anyone know where the symbols should be defined?

> /usr/bin/ld: Undefined symbols:
> __vt.3ios
> __vt.7ostream.3ios
> __vt.8ofstream.3ios
-- 

-- sinclair44



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to