g++ ar command: static library dependencies hierarchy .
From: Mauro (mlubino_at_hotmail.com)
Date: 06/29/05
- Next message: cyril_vieville_at_hotmail.com: "Re: crypt algorithm in shell or C"
- Previous message: Alan Johnson: "Re: Library header files with autoconf preprocessor macros"
- Next in thread: Stefan Klemm: "Re: g++ ar command: static library dependencies hierarchy ."
- Reply: Stefan Klemm: "Re: g++ ar command: static library dependencies hierarchy ."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Jun 2005 07:37:36 -0700
Hi all,
I'm having some linking problem with my c++ sources on Linux.
I have an executable program which depends on my library
libCommunication.a. The library libCommunication.a depends on
cryptography library libcrypto.a. To succefully link my program I need
to link both libraries: libcrypto.a and libCommunication.a.
I need a way to link my program using only the library on which it
depends on: libCommunication.a( that library will have to contain all
the function definitions of the library libcrypto.a that it refers
to!).
I'm using the "ar" command to create the library libCommunication.a.
Thank you for your help.
- Next message: cyril_vieville_at_hotmail.com: "Re: crypt algorithm in shell or C"
- Previous message: Alan Johnson: "Re: Library header files with autoconf preprocessor macros"
- Next in thread: Stefan Klemm: "Re: g++ ar command: static library dependencies hierarchy ."
- Reply: Stefan Klemm: "Re: g++ ar command: static library dependencies hierarchy ."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|