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

Re: slackware 9.0



On Sat, 5 Apr 2003, muppet wrote:

> On Sat, 2003-04-05 at 17:38, Daniel T. Drea wrote:
> > I've been unsuccessful in compiling gtk-perl on slackware 9 and am
> > wondering if anyone has any tips on this
>
> please sir, observe proper netiquette and give us some details,
> otherwise we can only guess at what your problem is.
>
> if it's Gtk-Perl-0.7008 complaining that it can't find the .o files for
> linking, then see the list archives from march '03, i already posted a
> Makefile.PL patch that fixes it.
>
>
>
Thanks for the reply, it's a little more than just the *.o files though I
would appreciate just getting gtk and the gdkpixbuf going and not worrying
too much about the rest, which I believe your patch would solve. I found
your patch:

-=-=-=-=-=-

# --- MakeMaker const_cccmd section:
package MY; # so that SUPER works right
sub const_cccmd {
        my $inherited = shift->SUPER::const_cccmd (@_);
        $inherited .= " -o \$@";
        $inherited;
}
package MAIN;

-=-=-=-=-=-

Where in the Makefile.PL files should this be added, at the end? Please
forgive my obvious lack of perl knowledge. And as per your mail, yes a
binary rpm would be easier, but this is a learning experience as well a
slackware doesn't use rpm natively :)

-- 

/dTd



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