On Fri, 18 Dec 1998, job bogan wrote:
> >Change line 74 to put an & in front of the function name parameter, C++
> >standard drift.
>
> okey. since i'm not sure of my c++, is this what you mean?
>
> const packagelist::infotype &packagelist::infoinfos[]= {
No, that's wrong. Inside the {} section there will be function names, put
&'s in front of them. I don't have my dpkg source handy from here so I
can't be more exact :>
Jason

