[nos-bbs] JNOS 2.0j.3 build error with static

Maiko Langelaar maiko at pcs.mb.ca
Tue Aug 27 15:38:50 EDT 2013


Ignore the issue, use the distributed makefile.

> I'm running Ubuntu 12.04.

Here is a somewhat 'related' posting if you're interested :

   Why no library files installed for google test on 12.04 ?

   The libgtest-dev package seems only install header files to
   the system, but not the static and dynamic libraries which
   should be installed under /usr/lib ... Is it a bug ?

   12.04 installation apt shared-library

   No, it's deliberate:

   * Stop distributing static library (although still build it, to ensure
     gtest works).  Upstream recommends against shipping the libary at all,
     just the source. (See: http://code.google.com/p/googletest/wiki/FAQ)

     The Debian maintainer plans to do this also (see BTS: 639795); do it
     in Ubuntu now to fulfil MIR requirements.

     To build static libraries

       cd /usr/src/gtest
       sudo cmake .
       sudo make
       sudo mv libg* /usr/lib/

Maiko




More information about the nos-bbs mailing list