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

dpkg-architecture and localy installed gcc-2.95.2



Hi Wichert,

I have an Debian GNU/Linux Intel 2.1r4 and to build postgresql-6.5.3 I
need dpkg-architecture that have find in latest dpkg package (1.6.8).

I have made some hack in it (as editing doc/Makefile to use
/tmp/debiandoc2html that pass -D. to sgml).  Then it build and install
correctly.

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

I have add this line in rewrite_gnu_cpu to make dpkg-architecture happy:

	s/pc-linux-gnu/linux/;

Hope this help.
-- 
Edouard G. Parmelan
http://egp.free.fr


Reply to: