Cross-compiling libraries on Linux
Wednesday, November 18, 2015, 05:11 PM
Misc
When compiling x32 libraries on an x64 (Ubuntu) platform, you need to have gcc-multilib and/or g++-multilib installed. Otherwise linking will fail with "library not found" messages.
[ add comment ] ( 100 views ) permalink
Monday, November 2, 2015, 12:50 PM
Misc
NFS mounts have the bg option, allowing background mounting. This means that if the initial mount times out (for example depending on a network interface that isn't configured yet), it will spawn a background process that retries the mount periodically, and return as if it had succeeded.
[ add comment ] ( 77 views ) permalink
7zip support for FreeCommander/TotalCommander
Saturday, August 1, 2015, 01:27 PM
Misc
Through the use of a plugin for TotalCommander it is possible to browse and extract from all the formats supported by 7zip.
If you use a 32bit build of
FreeCommander (the free version is 32bit) you will need the 32bit installation of 7zip as well.
[ add comment ] ( 81 views ) permalink related link
Friday, May 1, 2015, 01:32 PM
Misc
The
eXtensible ARchiver (command line
xar) is no longer packaged with Ubuntu. However, unpacking the format is supported by
7zip (command line
7z).
Additionally, the Ubuntu Lucid packages for
xar and
libxar1 will install on Ubuntu Trusty.
[ add comment ] ( 100 views ) permalink
When using the
Closure compiler, if you have specified
--process_jquery_primitives then the
@exports option cannot be used. You will get the error:
ERROR - Exports can only be generated if export symbol/property functions are set.
[ add comment ] ( 87 views ) permalink