On Wed, 2006-07-19 at 21:28 -0500, Larry Evans wrote: > Here's the relevant output from `make install`: > > install rtl/libflx_static.a /usr/lib > ranlib /usr/lib/libflx_static.a > install rtl/libflx_dynamic.so.1.1.1 /usr/rtl > install: cannot stat `rtl/libflx_dynamic.so.1.1.1': No such file or > directory > make: *** [install] Error 1
Yes, the install in that version doesn't work, the new system (in the latest release candidates) works entirely differently (everything goes in one directory except man pages) and a single driver script. Please use either: http://felix.sourceforge.net/flx_1.1.2_rc9_src.tgz (or the CVS version). Note you don't now need to install Felix to use it: the install just copies required parts of the development directory to a new directory, usually /usr/local/lib/felix-1.1.2_rc9/ or similar. You can use it in place by felix_directory/bin/flx --test=felix_directory filename from anywhere, without installation (or set the environment variable FLX_INSTALL_DIR) The 'flx' script should handle everything, including finding both Felix and C/C++ include files and libraries required at run time. Use flx --echo to see print some of the commands being executed. Sorry about this, the build system has been radically changed, over the last 6 months or so (it is now a module source code package management system .. :) Docs haven't all been updated .. the mailing list is the right place to go if you have problems. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
