Raoul Duke wrote:
> hello,
>   

Hello!
> I found some posts about similar issues, but only with older versions
> where supposedly the entire build system was different
> (http://osdir.com/ml/lang.felix.general/2006-07/msg00075.html). Has
> anybody hit this, or know what might be the solution? Many thanks for
> any pointers. Sorry if this has been covered already and I just
> haven't found it yet.
>
> When I try the make install step, I get:
> install: rtl/libflx_dynamic.so.1.1.1: No such file or directory
>   

Thats odd. Lets try using ${felix}/mk instead make. Our makefile is just 
a wrapper for ${felix}/mk. Let us know if that errors out for you. Also, 
you can try the development version of the code, by doing this:

 > svn co https://felix.svn.sourceforge.net/svnroot/felix/felix/trunk felix
 > cd felix
 > ./configure
 > ./mk extract
 > ./mk

Hopefully that will build for you.

-------------------------------------------------------------------------
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
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to