PHYSICA

From DaqWiki
Revision as of 08:37, 29 June 2012 by Olchansk (talk | contribs) (New page: = Links = * https://ladd00.triumf.ca/viewvc/daqsvn/trunk/physica = Build on Linux = Only 32-bit PHYSICA is known to work. 64-bit is known to not work. When building on 64-bit Linux, man...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Links

Build on Linux

Only 32-bit PHYSICA is known to work. 64-bit is known to not work. When building on 64-bit Linux, many 32-bit "devel" packages need to be installed.

The Linux Makefile builds 3 flavours of the physica executable:

  • physica : normal dynamically linked executable
  • physica-static : fully static executable (no shared libraries), same as old versions of physica. Cannot be built on SL5/SL6 because they do not supply libX11.a static libraries
  • physica-half-static : link as many libraries as possible statically. This is the recommended executable for general use. It can only be built on 32-bit SL5. (SL6 do not provide many 32-bit static libraries).

Build:

Build on MacOS 10.7