chenyunecjtu / coreavc-for-linux

Automatically exported from code.google.com/p/coreavc-for-linux
GNU General Public License v2.0
0 stars 1 forks source link

binaries are statically linked #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There doesn't appear to be any necessary reason for this.  They should be
dynamically linked to play nicer in distros for inclusion.

Original issue reported on code.google.com by supe...@gmail.com on 16 Jun 2008 at 1:49

GoogleCodeExporter commented 8 years ago
It was statically linked so that it is easy to build on ia32 and can be copied 
to
x86-64 (it can't be built directly on x86-64, and can't link to 64-bit libs)
If you are building it on the machine it will be used on, then you can build it
dynamically.
I've changed the default to be dynamic build, and added a 'STATIC=1' switch for 
the
64-bit OS case.

Original comment by alannis...@gmail.com on 20 Jun 2008 at 1:28