[osol-help] Defining flags at build time

2007-03-13 Thread Haris
such flags at build time. thanks, -Haris This message posted from opensolaris.org

[osol-help] Building libc.a

2007-01-22 Thread Haris
Hi - I am trying to build a static version of the C library by following the directions in README.makefile found in /lib directory. That is I am defining LIBS = $(LIBRARY). I know that some of you would say that it is not recommended to build static versions of libraries, but the reason I want

[osol-help] How to build a static version of C Library?

2006-09-13 Thread Haris
I would like to build a static version of the C library that comes in lib/libc. Can I use the makefile that comes together in lib/libc? Thanks This message posted from opensolaris.org

[osol-help] How to build a static version of C Library?

2006-09-13 Thread Haris
I am running OpenSolaris under SIMICS (simulator). Under this environment I would like to be able to run programs that are statically linked with the library to avoid bothering with relocation issued. This would greatly help me in finding correct program counters for debugging. This message

[osol-help] Re: Path in Build Environment Not Populated?....Compiler Not Found

2006-07-24 Thread Haris
Did you solve your problem? I have the same Aborting due to missing compiler problem and I can't find what is going wrong. My PATH seems okay, my opensolaris.sh variables look okay. This message posted from opensolaris.org

[osol-help] OpenSolaris Kernel build

2006-03-29 Thread Haris
I am a newbie in OpenSolaris. I've build the source tree using nightly and also install the new kernel succesfully using Install. What I want to do now is to make some modifications in the kernel code, but I am not sure which build process should I use after I make these minor changes. I guess