hi, my problem is linking my cli module with XORP modules.
I am calling my cli_main() in the XORP router manager module rtrmgr.
It takes the files and compiles the files that are in the router manager
but it gives undefined references to some objects or methods which r in the other modules like libxorp libxipc ... etc.
I wrote Makefiles for each module when I run global cli Makefile rtrmgr Makefile didn't link with the libxorp module.
I am calling my cli_main() in the XORP router manager module rtrmgr.
It takes the files and compiles the files that are in the router manager
but it gives undefined references to some objects or methods which r in the other modules like libxorp libxipc ... etc.
I wrote Makefiles for each module when I run global cli Makefile rtrmgr Makefile didn't link with the libxorp module.
Comment