This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

re:How to compiler newlib for dynamic library


Hi:
    I think it's possible to build newlib as DLL
    But it's a little difficult.You Can start at "Libtool"
    That is a library creating package in autotool(autoconf,automake)
    You Can get related information about Autotool at
    http://sources.redhat.com
 
    And as far as I know You must use Libtool to create
    a module loader first,and then use libtool to compile/link
    the module that you want to make it dynamic linking at
    run time.If my opinion is wrong,please let me know.
 
    Cheers!
 
   Cliff
   

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]