Re: Dependences build fail in Windows using gfortran
Bill Deegan <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAEyG4CHYvFNrmS5atncC7MZS10W+tnYw2r_dWeZUig8NzE-BQA@mail.gmail.com> |
run: scons --tree=prune to see all the dependencies scons is aware of. Likely a dependency is missing which is why it's compiling in the wrong order. On Sat, May 4, 2019 at 2:46 PM Javier GONZALEZ PLATAS <[email protected]> wrote: > Ok. In windows doesn’t work in correct way. > > El El sáb, 4 may 2019 a las 23:36, Bill Deegan <[email protected]> > escribió: > >> Javier, >> >> You cannot force order in SCons. >> It will determine the dependencies and process accordingly. >> >> If it's compiling in the wrong order, then you're missing dependencies >> and/or SCons is not adding them when scannning/emitting >> >> -Bill >> >> On Sat, May 4, 2019 at 8:19 AM Javier GONZALEZ PLATAS <[email protected]> >> wrote: >> >>> Hi! >>> While I can compile and link this example on my MacOS system, when I try >>> to do the same in a windows 10 with gfortran, scons try to compile the >>> files in any order without any considerations about that some requeriments >>> have to be satisfied. >>> In my case, in windows, scons try to compile a_test2.f90 as first and >>> it's clear that it isn't possible. >>> In the SConstruct I have defined the list in correct order for >>> compilation. >>> >>> Any suggestion? >>> >>> Javier González Platas >>> >>> >>> >>> Departamento de Física >>> Avda. Astrofísico Fco. Sánchez s/n >>> Apartado 456 >>> 38200 La Laguna. S/C de Tenerife >>> >>> T. 922 318 251 >>> M. 629 080 140 >>> >>> ull.es <https://www.ull.es/> >>> ------------------------------ >>> Aviso de confidencialidad >>> <https://www.ull.es/informacion-sobre-web-institucional/#aviso-confidencialidad> >>> >> _______________________________________________ >>> Scons-users mailing list >>> [email protected] >>> https://pairlist4.pair.net/mailman/listinfo/scons-users >>> >> _______________________________________________ >> Scons-users mailing list >> [email protected] >> https://pairlist4.pair.net/mailman/listinfo/scons-users >> > -- > Javier González Platas > > > > Departamento de Física > Avda. Astrofísico Fco. Sánchez s/n > Apartado 456 > 38200 La Laguna. S/C de Tenerife > > T. 922 318 251 > M. 629 080 140 > > ull.es <https://www.ull.es/> > ------------------------------ > Aviso de confidencialidad > <https://www.ull.es/informacion-sobre-web-institucional/#aviso-confidencialidad> > _______________________________________________ > Scons-users mailing list > [email protected] > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users