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

Bug#307711: are you sure?



Hi John,

I just installed this package myself in an i386 system and it works fine.

--- snip test file ---
// test c++ file
#include <iostream>

using namespace std;

class Test {
	public:
		Test() { cout << "Moo" << endl; }
};

int main(void)
{
	Test *t = new Test();
	delete t;
	return 0;
}
--- end snip ---

$ g++ --version
g++ (GCC) 3.3.6 (Debian 1:3.3.6-1)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ g++ foo.C -o foo
$ ./foo
Moo
$ ls -l /usr/lib/gcc-lib/i486-linux/3.3.6/cc1plus 
-rwxr-xr-x  1 root root 3637420 May  5 01:15 /usr/lib/gcc-lib/i486-linux/3.3.6/cc1plus

(note above that --version above reports the wrong Debian build number!)

Preparing to replace g++-3.3 1:3.3.5-12 (using .../g++-3.3_1%3a3.3.6-2_i386.deb) ...
Unpacking replacement g++-3.3 ...

There could be a myriad of reasons why it doesn't work for you, hdd coruption
messing with the permission bits, some umask screwup, selinux or some other
applicable acl system not letting you, the fs is mounted noexec, ...

-- 
Matt

Attachment: pgpTXxTLwdNlP.pgp
Description: PGP signature


Reply to: