Hi, What I have learned:
To compile an individual module including debug information, do like this: cd svx make -sr clean make -srj9 debug=t or cd svx rm -fr $WORKDIR/CxxObject/svx make -srj9 debug=t A warning message about .LOW_RESOLUTION_TIME on OpenSolaris with ZFS or NFS seems not harmful. It might be solved by re-compiling or slightly tweaking source code of "cp" command. "ls" command on OpenSolaris is aware of nanoseconds. $ echo > x $ ls -l x -rw-r--r-- 1 tora users 1 Apr 7 10:32 x $ ls -E x -rw-r--r-- 1 tora users 1 2011-04-07 10:32:52.028730567 +0900 x Source codes are available at http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libcmd/common/cp.c http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/touch/touch.c http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/ls/ls.c hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate Resources: http://blogs.sun.com/GullFOSS/entry/gbuild_meet_the_new_boss http://www.gnu.org/software/make/manual/html_node/Special-Targets.html http://wiki.services.openoffice.org/wiki/Build_Environment_Effort/Status_And_Next_Steps Best regards, Tora -- ----------------------------------------------------------------- To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help