| View previous topic :: View next topic |
| Author |
Message |
.coder n00b

Joined: 13 Dec 2002 Posts: 5 Location: exUSSR
|
Posted: Mon Jun 02, 2003 3:11 am Post subject: How to avoid stripping of ebuild? |
|
|
I want to generate a symbol file, but I always get nm: <prog>: no symbols. This is due to stripping a binary. So, is it possible to avoid stripping of some programs in ebuild?
Thank you very much! |
|
| Back to top |
|
 |
duff Guru


Joined: 19 Jun 2002 Posts: 466 Location: Clemson, SC
|
Posted: Mon Jun 02, 2003 3:08 pm Post subject: |
|
|
Give | Code: | | # FEATURES="nostrip" emerge <my-package> | a shot. I think that'll do it. |
|
| Back to top |
|
 |
Pythonhead Developer


Joined: 16 Dec 2002 Posts: 1801 Location: Redondo Beach, Republic of Calif.
|
Posted: Mon Jun 02, 2003 5:43 pm Post subject: |
|
|
If you want to add it to an actual ebuild use:
|
|
| Back to top |
|
 |
|