> I've installed g++-3.4 from sarge archives, now I have another problem. > When I try to compile the same source with the correct string and > includes I get a lot of undefined references, I suppose that it is due > because LiveMedia libraries was compiled with g++3.3.5 (The default > sarge compiler).
Unlikely. More likely you are missing a library specification in your link command, or you have an incompatible installation of development and runtime packages for LiveMedia and/or one of the packages it requires. Check this using dpkg. The names of the undefined symbols should also give a clue as to which library they are in. Dave -- J. David Anglin [EMAIL PROTECTED] National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

