Am Dienstag, den 11.03.2008, 11:05 +0100 schrieb Rafael Laboissiere:
> * Thomas Weber <[EMAIL PROTECTED]> [2008-03-11 09:42]:
>
> > package octplot
> > reassign 470327 fltk1.1
> > found 1.1.8~rc1-2
> > thanks
> >
> > Hi Aaron,
> >
> > fltk-config outputs several lines instead of one when called as
> >
> > $ fltk-config --use-gl --libs
> >
> > [...]
>
> As a workaround, while waiting for the upstream fix, we could use instead:
>
> fltk-config --use-gl --libs | perl -e 'print join (" ", map {s/\n//;$_} <>)'
>
> Although, I am afraid my fellows of the DOG will kill me for proposing a
> Perl-based solution :-)
I don't think Shai will be too happy if we propose adding Perl (or any
other language) to his build system. But for our needs, why not?
Other option:
fltk-config --libs --use-gl | tr '\n' ' '
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]