Re: Fortran Compiler Missing
Carsten Weinhold <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 22.02.2014 um 04:55 schrieb Irvanda Kurniadi <[email protected]>: > Hi, Hi Irvanda, > I have some problem in building some package. It is a little bit weird because the packages just compiled fine in my office, but when I tried to build the same package on the same system in my laptop using VMware, I got this debug message: > > Fortran compiler (gcc-4.6 or later) missing, skipping directory '/home/..' Do you have gfortran installed on that system? If you installed it later (or if you install it just now), you may need to re-execute 'make config' in your l4 source tree, as the build system only checks for available compilers when the build directory is configured. Carsten