> From: Krishna Srinivasan <[EMAIL PROTECTED]> > 1.1.1 - make was ok, but 'make install' FAILED. > So I was not able to run ./bin/flx as well.
I personally wouldn't install it, prefering instead to build it somewhere, set FLX_INSTALL_DIR and add FLX_INSTALL_DIR/bin to my path. > 1.1.3_rc4 - installed perfectly fine (on ppc mac osx 10.4.10). > [I already had ocaml, python latest versions] Really? Are you using the native ocaml binaries? Maybe they fixed the stack overflow problem. These days I have to build felix with ulimit -s 60000 ./autogen.sh > ./configure took about 2 minutes and > make took about 45 minutes. That's about right. There are a lot of regression tests and there need to be more. Somehow true=false made it past them. > And I cannot find how to open, read, write files. > Can someone please point me to that ? Have a look in tools/webserver.flx That reads files... RF ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
