Hi Simon, I did as you requested and there are still problems. If there is a problem with the libraries the compiler is using, changing the compiler to gcc-v3.4 won't stop that problem from manifesting, surely .... ?
I mean, does setting CCVER to gcc34 change the libraries the compiler is using ? Or does the compiler use the same libraries ? If it uses the same libraries and there is a problem with the libraries then that would explain why I'm still having run-time problems. As I said before in my original post, I have thoroughly tested C12 on LEAF before the upgrade happened and it was working fine. 2009/7/27 Simon 'corecode' Schubert <[email protected]> > Robin Carey wrote: > >> Hi, >> >> I had a look around on Leaf and Avalon, and gcc34 doesn't seem to be >> installed, therefore I wouldn't be able to use it. >> > > Yes, just set the CCVER environment variable: > > leaf:~ % env CCVER=gcc34 c++ -v > Using built-in specs. > Configured with: DragonFly/i386 system compiler > Thread model: posix > gcc version 3.4.6 [DragonFly] (propolice, visibility) > > i.e. use setenv CCVER gcc34, or export CCVER=gcc34, depending on your > shell. > > > cheers > simon > > -- > <3 the future +++ RENT this banner advert +++ ASCII Ribbon /"\ > rock the past +++ space for low CHF NOW!1 +++ Campaign \ / > Party Enjoy Relax | http://dragonflybsd.org Against HTML \ > Dude 2c 2 the max ! http://golden-apple.biz Mail + News / \ > -- Sincerely, Robin Carey
