ab30
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Im trying to make sysutils/bsdadminscripts work but have some troubles
i want use lang/gcc44 or lang/gcc45 for compilation of compatible ports and some userland but have trouble with setting it up i installed bsdadminscripts, gcc44, ccache, distcc but have broken builds requiring "gcc4444" 1. can i use global WITH_GCC? what value shall i set it to? shall i set before Code:
BUILDFLAGS=/usr/local/share/bsdadminscripts/buildflags.mk
.if exists(${BUILDFLAGS})
.include "${BUILDFLAGS}"
.endif
Code:
.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc44) CC=gcc44 CXX=g++44 CPP=cpp44 .endif ![]() or shall i use just Code:
.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc44) WITH_GCC?=44 .endif Code:
BUILDFLAGS_GCC=44 what also about setup order of gcc44 ccache distcc? is it right? (i know libtool needs reinstalled on new compiler) if i add gcc45 i need to reinstall all also? Also: how can i check that i build port with gcc44 not base one? Last edited by kdemidofff; May 28th, 2010 at 14:07. |
|
#2
|
||||
|
||||
|
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#3
|
|||
|
|||
|
it doesn't worked with bsdadminscripts, distcc, ccache
Seems was a specific port problem Last edited by kdemidofff; May 28th, 2010 at 14:06. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HOWTO: FreeBSD with CCACHE | vermaden | Howtos & FAQs (Moderated) | 52 | June 2nd, 2012 15:45 |
| problems using ccache and buildworld | kuyaedz | Installing & Upgrading | 2 | May 8th, 2010 14:55 |
| Have two gcc | coff | Installation and Maintenance of FreeBSD Ports or Packages | 2 | February 20th, 2010 16:16 |
| ccache, bsdadminscripts and ports | asdsdf | Installation and Maintenance of FreeBSD Ports or Packages | 3 | May 12th, 2009 10:16 |
| Using distcc with ports | frankS2 | Installation and Maintenance of FreeBSD Ports or Packages | 11 | February 23rd, 2009 19:05 |