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

Re: dpkg-architecture and localy installed gcc-2.95.2



On Thu, Feb 17, 2000 at 02:31:33PM +0100, Edouard G. Parmelan wrote:
> Now, I try to build postgresql-6.5.3 but dpkg-architecture does not work
> with my installed gcc-2.95.2.
> 
> $ gcc --print-libgcc-file-name
> /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/libgcc.a

Ah, the vendor tag. I will have to strip it from the filename.
Thanks for the report.

> I have add this line in rewrite_gnu_cpu to make dpkg-architecture happy:
> 
> 	s/pc-linux-gnu/linux/;

I will work out a different fix that does the right thing in all cases.
But I will have to check out how the gnu config scripts do it.

Thanks,
Marcus


Reply to: