version 1.1, 2012/05/19 19:50:33
|
version 1.2, 2013/01/21 18:06:43
|
Line 21 You need the follwoing prerequisites fro
|
Line 21 You need the follwoing prerequisites fro
|
#### System build/instalaltion |
#### System build/instalaltion |
|
|
Build a full -current/i386 release with debug symbols using build.sh. |
Build a full -current/i386 release with debug symbols using build.sh. |
Use something like "build.sh -V MKDEBUG=YES -V COPTS=-g release"; you |
Use something like "build.sh -V COPTS=-g release"; you |
will probably also need other options to set directories, |
will probably also need other options to set directories, |
architectures, etc, but those are outside the scope of this document. |
architectures, etc, but those are outside the scope of this document. |
|
Do not specify "-V MKDEBUG=YES", because as of 2013-01-17, |
|
that puts the debug symbols in a separate debug.tgz file set which |
|
sysinst is currently unable to install. |
|
|
Debug builds sometimes fail with error messages indicating that |
Debug builds sometimes fail with error messages indicating that |
shared libraries are missing or corrupted. This is PR 44046. |
shared libraries are missing or corrupted. This is PR 44046. |