Laurent Gauch wrote:
> I think we do not need to have any 'make install' for JIM TCL,
> since we want JIM TCL embedded in the openocd project.

As you may already know, if a project uses autotools then the build
is not completed without make install.

I would suggest to set --prefix for jim to a subdir of the openocd
dir.


> The jim include paths and jim lib paths directly should be added in
> the 'configure' of openocd.

As you may already know, configure is a generated file, and nothing
should be added to it. The source for configure is configure.in. It
could assume that jim was built and installed into some default
prefix, but really, since jim is standalone, it would make sense to
me to have it installed separately in the system even if it is linked
statically into openocd.


//Peter
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to