Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to avoid stripping of ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
.coder
n00b
n00b


Joined: 13 Dec 2002
Posts: 5
Location: exUSSR

PostPosted: Mon Jun 02, 2003 3:11 am    Post subject: How to avoid stripping of ebuild? Reply with quote

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
View user's profile Send private message
duff
Guru
Guru


Joined: 19 Jun 2002
Posts: 466
Location: Clemson, SC

PostPosted: Mon Jun 02, 2003 3:08 pm    Post subject: Reply with quote

Give
Code:
# FEATURES="nostrip" emerge <my-package>
a shot. I think that'll do it.
Back to top
View user's profile Send private message
Pythonhead
Developer
Developer


Joined: 16 Dec 2002
Posts: 1801
Location: Redondo Beach, Republic of Calif.

PostPosted: Mon Jun 02, 2003 5:43 pm    Post subject: Reply with quote

If you want to add it to an actual ebuild use:
Code:

RESTRICT="nostrip"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum