[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#134262: g++-3.0: Use of dynamic_cast makes compiled program segfault



As a short-term cludge (for those that require one); change the link
line in your makefiles to link in stdc++ before you link in glut/GLU.
By default, stdc++ will be linked in afterwards, but forcing it up the
list allows its symbols to become visible to your app.

It isn't clean; it isn't pretty; it might work for you.

Matt

-- 
Matt Kern
http://www.undue.org/



Reply to: