Your message dated Thu, 06 Nov 2008 22:42:31 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#435846: libtool: please support both pgCC and pgcpp 
alias for the Portland Group C++ compiler
has caused the Debian Bug report #435846,
regarding libtool: please support both pgCC and pgcpp alias for the Portland 
Group C++ compiler
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
435846: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435846
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libtool
Version: 1.5.22-4
Severity: wishlist
Tags: patch

Hi,

the Portland Group C++ compiler has two equivalent names that do the
same: pgCC and pgcpp. libtool currently only supports the former one; it
would be good if you could add support for both versions.

I have sent the same mail to <[EMAIL PROTECTED]>, so hopefully this
will be fixed upstream as well.

Cheers, Til
--- libtool/libltdl/m4/libtool.m4.orig  2007-08-03 17:35:29.550574299 +0200
+++ libtool/libltdl/m4/libtool.m4       2007-08-03 17:36:14.853143903 +0200
@@ -3564,7 +3564,7 @@
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
            ;;
-         pgCC*)
+         pgCC* | pgcpp* )
            # Portland Group C++ compiler
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
@@ -5815,10 +5815,10 @@
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
            _LT_TAGVAR(whole_archive_flag_spec, 
$1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
            ;;
-          pgCC*)
+          pgCC* | pgcpp* )
             # Portland Group C++ compiler
            case `$CC -V` in
-           *pgCC\ [[1-5]]*)
+           *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]* )
              _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
                rm -rf $tpldir~
                $CC --prelink_objects --instantiation_dir $tpldir $objs 
$libobjs $compile_deplibs~

--- End Message ---
--- Begin Message ---
Version: 1.5.26-1

This is fixed in libtool 1.5.26:

2007-08-05  Tilman Koschnick  <[EMAIL PROTECTED]>  (tiny change)

        * libtool.m4 (_LT_AC_LANG_CXX_CONFIG)
        (AC_LIBTOOL_PROG_COMPILER_PIC): [ linux ]: Treat pgcpp as
        Portland Group C++ compiler as well.

Cheers, Til


On Fri, 2007-08-03 at 17:51 +0200, Tilman Koschnick wrote:
> Package: libtool
> Version: 1.5.22-4
> Severity: wishlist
> Tags: patch
> 
> Hi,
> 
> the Portland Group C++ compiler has two equivalent names that do the
> same: pgCC and pgcpp. libtool currently only supports the former one; it
> would be good if you could add support for both versions.
> 
> I have sent the same mail to <[EMAIL PROTECTED]>, so hopefully this
> will be fixed upstream as well.
> 
> Cheers, Til



--- End Message ---

Reply via email to