Also of note, these type of queries should be sent to scons-users mailing
list and not scons-dev.
scons-dev is meant for internal development of SCons itself and not user
issues when using the tool.

On Wed, Feb 21, 2024 at 8:03 AM Mats Wichmann <m...@wichmann.us> wrote:

> On 2/21/24 03:08, Gopi Maila wrote:
> > image.pngimage.pngHi *,
> >
> > I was not able to execute the c program in command prompt using scons.
> > Can you please guide me on how to do that?
>
> Hi again...
>
> somebody who can see the screenshots told me your filename is
> SConstruct.txt.  SCons doesn't expect that, you can call it SConstruct
> (no suffix), or SConstruct.py (since the contents are in Python);
> all-lowercase letters works too. SCons should find that just fine, or
> you can invoke it explicitly:
>
> scons -f SConstruct.txt
>
> Hope that helps...
> _______________________________________________
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
_______________________________________________
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev

Reply via email to