[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:23 Dec 2004 19:00:14 -0000 
Subject:Re: Problems with Linux dynamic linker and separately compiled modules 
From:Joe Wood 
Volume-ID: 

Hi,

I have in the past found it useful to use strace to log the system calls
that poplog uses whilst running.

Something like (sorry not in Linux at the moment)

	strace pop11 file.p > log.txt

Joe