On Tue, 11 Sep 2001, Kayvan A. Sylvan wrote:

> I can also run purify at work... Can you send me instructions for how
> to do this?

It is _very_ simple! "make" LyX as you are used to do. But when linking
lyx, you must place "purify" in front of the compiler name. I.e. invoke

  purify g++ -g -O -fno-exceptions -W -Wall -Wl,-R/opt/local/lib -o lyx \
         BufferView.o BufferView2.o ....

Most likely, some linker options cause trouble. In that case, run "make",
have a look at the normal link command and strip everything _after_
"-lnsl". That's all, hopefully.

Michael

PS: Which Purify version, compiler and OS do you use?


-- 
======================================================================
Michael Schmitt                            phone:     +49 451 500 3725
Institute for Telematics                   secretary: +49 451 500 3721
Medical University of Luebeck              fax:       +49 451 500 3722
Ratzeburger Allee 160              eMail: [EMAIL PROTECTED]
D-23538 Luebeck, Germany           WWW:   http://www.itm.mu-luebeck.de
======================================================================

Reply via email to