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

Re: Has anyone run Compaq C++ on Debian Alpha?



At Mon, 10 Apr 2000 04:26:05 -0400 (EDT),
Christopher C. Chimelis <chris@debian.org> wrote:
> 
> > Hello, there is ongoing discussion about running the Compaq C++ on
> > Debian on the newsgroup comp.os.linux.alpha . I suggest you have a look
> > at the thread named:
> > Compaq's c++ succesfully runs under Debian woody
> 
> Can someone summarise this for me?  I'm the binutils maintainer and if
> it's something I'll need to fix, I would like to know now :-)

I found a bug as following:

--- binutils-2.9.5.0.31.orig/ld/lexsup.c
+++ binutils-2.9.5.0.31/ld/lexsup.c
@@ -338,7 +338,7 @@
       '\0', N_("COUNT"), N_("Split output sections every COUNT relocs"), TWO_DA
SHES },
   { {"stats", no_argument, NULL, OPTION_STATS},
       '\0', NULL, N_("Print memory usage statistics"), TWO_DASHES },
-  { {"style", no_argument, NULL, OPTION_STYLE},
+  { {"style", required_argument, NULL, OPTION_STYLE},
       '\0', "{gnu,lucid,arm,hp,edg,gnat,compaq}", N_("Set demangling style"), T
WO_DASHES },
   { {"task-link", required_argument, NULL, OPTION_TASK_LINK},
       '\0', N_("SYMBOL"), N_("Do task level linking"), TWO_DASHES },


I tried to rebuild of binutils package,
install it, then Compaq C++ compiler works well now!
--
Mitsuru Oka


Reply to: