Re: gcc "runtime"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Andy,

I presume this works on AIX.

Go to your executable and run:
ldd myexecutable

Note the dependencies.

Install (copy) those shared object libraries (.so) onto the other platform.

ALTERNATIVELY...

Compile your executable to use the archive libraries (.a).

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux