This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Andrew Haley wrote:Yi Pan wrote:
Use the command 'ldd'.I'm trying to run libraries that are built by gcc 3.4 on another linux box which only has 2.96.
Could you please let me know how to check which gcc3.4 libraries I need, so I can copy these gcc3.4 libraries to the gcc 2.96 linux box?
OR it there a better way to do this?It would make much more sense simply to rebuild on the older gcc version.
The reason is because our client doesn't what to install the whole gcc 3.4 on their box--so I'm trying a find a way that we can deliver our library with a few gcc library files to them and they can run our libraries right away.
Maybe with static link?
Maybe, but that's ridden with so many problems that we really shouldn't advise non-experts to do it. It's safer to package the libraries with the executable.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |