Suppressing Linking Errors in G++ 3.4.6-Collection of common programming errors
The only way of supressing the link errors would be not linking (or not having errors in the first place). As mentioned by SoapBox, errors cannot be silently ignored.
If you post some code you could get to a solution to the problem that is better than trying to close your eyes and wait for the problem to go away (they don’t usually).
Originally posted 2013-11-09 23:17:43.