Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - p7zip: (2 Items)
   
p7zip  
I'm trying to build p7zip ( 4.57 ) and the thing has a depencies on gcc 3.3.6 which it tries to download and build... 
Kind of scary.  How do I bypass this?

Thanks.
Re: p7zip  
On Wed, Mar 19, 2008 at 04:04:09PM -0400, Mario Charest wrote:
> 
> I'm trying to build p7zip ( 4.57 ) and the thing has a depencies on gcc 3.3.6 which it tries to download and build... 
Kind of scary.  How do I bypass this?
> 

The easiest way is probably to install the gcc 4.2.1 archive from
the tools project and make it the default (at least for this
package).

# qcc -V 4.2.1,gcc_ntox86 -set-default

-seanb