Re: upgrade from src, gcc exception model problem [was Re: undefined reference to __gxx_personality_sj0]

2005-05-06 Thread Tony Lambiris
Actually, I was able to upgrade a few boxes from 3.6 to 3.7. Here is a sent message outline the steps, as much as I can recall of what I had to do: -- SNIP -- Okay, I think I figured out the intricacies of upgrading to 3.7 You need to get the source to 3.6 from an ftp server (src.tar.gz)

Re: upgrade from src, gcc exception model problem [was Re: undefined reference to __gxx_personality_sj0]

2005-05-06 Thread Henning Brauer
* Benjamin A. Collins <[EMAIL PROTECTED]> [2005-05-06 08:22]: > I installed 3.6 fresh from CD, > no packages. 'make build' still fails. as others already pointed out a make build of 3.7 will not work on 3.6. -- BS Web Services, http://www.bsws.de/ OpenBSD-based Webhosting, Mail Services, Manage

upgrade from src, gcc exception model problem [was Re: undefined reference to __gxx_personality_sj0]

2005-05-05 Thread Benjamin A. Collins
On Thu, May 05, 2005 at 11:25:46AM +0200, Marc Espie wrote: > Did you read the upgrade minifaq ? > > This kind of stuff is mentioned. Switching from one release to another > through src is tricky, as it often involves several major changes. If you mean ~/upgrade37.html, yes, but I went back and re

Re: undefined reference to __gxx_personality_sj0

2005-05-05 Thread Marc Espie
On Wed, May 04, 2005 at 10:41:52PM -0500, Benjamin A. Collins wrote: > I just downloaded the OPENBSD_3_7_BASE sources and tried building the > kernel and userland. Everything *seemed* to work fine, but after a > reboot, the c++ compiler no longer seemed to support exceptions. > Any suggestions as

undefined reference to __gxx_personality_sj0

2005-05-04 Thread Benjamin A. Collins
: [05.04.05 10:38:51 [EMAIL PROTECTED] scratch]$ g++ test.cpp /usr/lib/libstdc++.so.37.0: warning: strcpy() is almost always misused, please use strlcpy() /tmp//ccrb6626.o(.text+0xf): In function `test()': : undefined reference to `__gxx_personality_sj0' /tmp//ccrb6626.o(.text+0x22a): In func