nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: How can I use the stub lib of nano-X ?
From: Greg Haerr
Date: Thu, 12 Oct 2000 23:43:21 -0600

: I want to  debug my program ,for trace into the server function, I want to use
the stub lib of nano-X , how can I modify the makefile to use the stub lib, and
where is the stub lib?


There is no real "stub library", but you can trace into
the server functions by setting LINK_APP_INTO_SERVER=Y
in the config file and recompiling everything.  This
will produce a single executable that is both the
application and the server.

Regards,

Greg


nanogui@linuxhacker.org