Re: [orbitcpp-list] Bug in Installation Script: Installing orbitcpp in Irix
Status: Beta
Brought to you by:
philipd
From: Richard A. <ric...@ix...> - 2001-05-07 22:44:06
|
Could you submit a patch? On Mon, 07 May 2001 23:24:07 Oscar De Bustos wrote: > Hi guys. Resolved problem. > > I have installed ORBitcpp in Irix!!!. There was a bug in a Makefile that > I > have resolved. > In /fw_orbitcpp/orbitcpp-0.30/test/basic/Makefile in line 104: > > After: client_LDADD = $(LDADDS) generated/lib$(testname).a > Before: client_LDADD = generated/lib$(testname).a $(LDADDS) > |