-

Hi. I think that the problem that make reports has to do with the
fact that all the previously object files exist. You could erase the object
files of the .c files that you have modified so that make will have to
rebuild
only these files and not all of ns.

On the other hand, if this doesn't work you can also issue the following
commands, but in this case all of ns will be rebuilt, along with your new
files.
Consider it as a desperate measure:

/configure --with-tcl=<the-tcl-directory> --with-tcl-ver=<the tcl version> \
--with-tk=<the-tk-directory> --with-tk-ver=<the-tk-version> \
--with-otcl=<the-otcl-directory> --with-tclcl=<the-tcltcl-directory> \
--with-perl=<the-perl-directory> --with-tcl-debug --enable-debug;

make clean;
make depend;
make;

Hope that I have helped.

Kind Regards,

-Fk

On 5/30/07, [EMAIL PROTECTED] <//[EMAIL PROTECTED]/> <
[EMAIL PROTECTED] <//[EMAIL PROTECTED]/>> wrote:
>
>
> ---------- Forwarded message ----------
> From: "Dimitris Liarokapis" <[EMAIL PROTECTED]<//[EMAIL PROTECTED]/>
> >
> To: ns2 <[email protected] <//[email protected]/>>
> Date: Wed, 30 May 2007 15:39:59 +0100
> Subject: [ns] Problem with "make"
> Hi,
>
> I have developed a new wireless protocol using ns-2.30, i have made all
> the
> necessary changes to the various ns files along with the " makefile.in".
> But when i'm trying to #make, i get the following error.
> make: *** No rule to make target `tcp/tcp-qs.o', needed by `ns'.  Stop.
>
> Does anyone have any idea on how to fix this???
> Tnx
> Dimitris
>
>

-- 
Filippos N Kolovos

Software Systems Analyst & Engineer
M.Sc. (Eng.) in Data Communications

Automation & Networking Department
University of Macedonia Library
Egnatia 156, P.O.Box 1591
540 06 Thessaloniki, Greece

E-Mail: [EMAIL PROTECTED],
           [EMAIL PROTECTED]
Phone: +30-2310-891-826
----------------------------------------------

Reply via email to