[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] [inf] ns-2.1b8 Makefile.in fix
Thanks for the bug-report and fix. It has been added to ns's bug-fix page.
--Padma
On Sat, 9 Jun 2001, Hyok Kim wrote:
>
> Perhaps, somebody has already reported and fixed following
>
> problem. I could not have enough time to look up related mails on that.
>
>
> The installation process of ns-2.1b8 was easy going.
>
> However, during the last phase, that is, when I tried
>
> 'make install', the make gave out an error.
>
> Please check this. For your reference, my 'diff' on 'Makefile.in'
>
> is attached as follows,
>
> ****
>
> 370c370
> < for i in $(SUBDIRS); do ( cd $$i; $(MAKE) install; ) done
> ---
> > for i in $(SUBDIRS); do cd $$i; $(MAKE) install; done
>
> ****
>
> --
> Hyok Kim http://www.cie.hallym.ac.kr/~hkim
> Korea Overseas Volunteer, Computer Instructor
> Education Management Information Systems Panel
> Planning and Project Department
> Ministry of Education, Ethiopia
>
--
------------------------------------------------
Be true to your work, your word, and your friend.
--Thoreau
Padmaparna Haldar