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:
    And Do you know another tool to create shared library and dynamic
    linking library?
    And is there any document or tutorial about creating library?
   
    Thanks!
----- Original Message -----
From: Yu Xuanwei
Sent: Thursday, January 11, 2001 2:38 PM
Subject: Re: re:How to compiler newlib for dynamic library

Hi,
 
LibTool is pretty good on Intel PC depending on my experience. But radically LibTool is manipulate PIC instruction of GCC (and ld). I don't know whether LibTool works well for building some target binary. It seems desirable in theory.
 
Happy Hacking!
 
Yu Xuanwei
----- Original Message -----
From: clifftsai
Sent: Thursday, January 11, 2001 1:28 PM
Subject: 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
 
    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]