<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello,<br>
        I am doing the porting to the uclinux with none mmu.<br>
        Is there anyone have previous experience?<br>
        <br>
      Now, I still try to compile the source sucess.  <br>
      I configure strongswan with the following parameters.<br>
    <b>./configure --host=nios2-linux --prefix=/usr --sysconfdir=/etc
      --enable-shared=no --enable-static=yes --disable-pluto
      --disable-ldap<br>
    </b><br>
       However, it got some "undefined reference to xxxx" compile
    errors.<br>
     <br>
       Then, I try the same configure parameters on power PC without
    --host=nios2-linux.<br>
        And I found that with the parameter "<b>--enable-shared=no</b>"
    will cause the same compile errors.<br>
     <br>
       Due to the uclinux is no-mmu restriction, it cannot use shared
    library. <br>
       So, any suggestions?<br>
    <br>
       Regards,<br>
       Jerome<br>
       <br>
  </body>
</html>