On Apr 27, 2006, at 10:46 AM, Qiuker wrote: > I'm trying to support Shared libraries on mcore. but it doesn't > support PIC. So, need I add PIC first? Only if your shared library design requires it. Some don't. You probably will need to. > Is there any info for adding it? The usual reference would be an existing machine port. Almost all have PIC support, so there are many choices.