I need some  help with the command line syntax for C++ building.

At present flx works by parsing switches and *.cpp or *.o files up to
a filename with no extension or a *.flx extension: that's the program
name, and the rest of the arguments are arguments to the program.

This means we can just do

        flx filename

to run Felix stuff. And you can now do:

        flx a.cpp b.o filename

and it will C++ compile a.cpp and link a.o and b.o to the
felix code too.

So what if you want to just make a C++ program?
Or a library?  

Actually, a Felix static library also can't be done, mainly for the 
same reason: I can't think of a syntax for the command :)


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to