User Tools

Site Tools


informatica:hp_z230t_400wb_topspin327

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
informatica:hp_z230t_400wb_topspin327 [2019/08/19 16:01]
miquel [Undefined 'intrptr_t']
informatica:hp_z230t_400wb_topspin327 [2019/08/19 17:41]
miquel [Problemes amb l'IconNMR (xwish3)]
Line 694: Line 694:
   * [[https://queue.acm.org/detail.cfm?id=1142044 | The Rise and Fall of CORBA.]] There’s a lot we can learn from CORBA’s mistakes. MICHI HENNING, ZeroC. Component Technologies, ACMQUEUE June 30, 2006, Volume 4, issue 5.   * [[https://queue.acm.org/detail.cfm?id=1142044 | The Rise and Fall of CORBA.]] There’s a lot we can learn from CORBA’s mistakes. MICHI HENNING, ZeroC. Component Technologies, ACMQUEUE June 30, 2006, Volume 4, issue 5.
   * [[https://queue.acm.org/detail.cfm?id=1388786 | Corba: Gone But (Hopefully) Not Forgotten.]] There is no magic and the lessons of the past apply just as well today. Terry Coatta. Component Technologies, ACMQUEUE June 30, 2006, Volume 4, issue 5.   * [[https://queue.acm.org/detail.cfm?id=1388786 | Corba: Gone But (Hopefully) Not Forgotten.]] There is no magic and the lessons of the past apply just as well today. Terry Coatta. Component Technologies, ACMQUEUE June 30, 2006, Volume 4, issue 5.
 +
 +===== Java JAR Depdendencies =====
 +
 +Cal instal·lar el paquet
 +  * default-jdk-headless
 +per tenir accés al programa ''jdeps'' i poder trobar les dependències d'un fitxer JAR.
 +
 +  * [[https://blog.codefx.org/tools/jdeps-tutorial-analyze-java-project-dependencies/ | A JDeps Tutorial – Analyze Your Project’s Dependencies]]
 +  * [[https://examples.javacodegeeks.com/core-java/java-9-jdeps-example/ | Java 9 JDeps Example]]
 +
  
  
Line 741: Line 751:
 # #
 </file> </file>
 +
 +
 +==== Configuració de LD_LIBRARY_PATH  ====
 +
 +Few hints:
 +
 +Use the ldconfig command to show the dynamic linker/loader (ldd) paths:
 +   ldconfig -v | grep -v ^$'\t'
 +
 +The ldd paths are set in ///etc/ld.so.conf// and ///etc/ld.so.conf.d//.
 +
 +If your libraries are not on standard path then either you need to add them to the path or add non-standard path to LD_LIBRARY_PATH
 +   export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<Your_non-Standard_path>
 +Once you done any one of above things then you need to update the dynamic linker run-time binding by executing below command:
 +   sudo ldconfig
 +
 +Per més informació consultar:
 +
 +  * [[https://unix.stackexchange.com/questions/279397/ldd-does-not-find-path-how-to-add | ldd does not find path, How to add]]
 +  * [[https://serverfault.com/questions/480008/finding-ldd-search-path | finding ldd search path]]
 +
 +
 +
  
  
Line 799: Line 832:
 /opt/topspin3.6.1/gnu/bin/../lib/gcc/i686-pc-linux-gnu/4.9.1/../../../../i686-pc-linux-gnu/bin/ld: final link failed: Bad value /opt/topspin3.6.1/gnu/bin/../lib/gcc/i686-pc-linux-gnu/4.9.1/../../../../i686-pc-linux-gnu/bin/ld: final link failed: Bad value
 collect2: error: ld returned 1 exit status collect2: error: ld returned 1 exit status
-<file>+</file> 
 + 
 +que està causat per //using a older version of ld to link a library that had been built with a newer version// i la solució és //The fix is either to build the library that you want to link with a older version of the binutils suite, or to upgrade ld on the machine that wants to link that library.// 
 + 
 +  * [[https://stackoverflow.com/questions/46058050/unable-to-compile-unrecognized-relocation | Unable to compile: unrecognized relocation]] 
 + 
 +==== Multiarchitecture cross-compilation ==== 
 + 
 +  * [[https://wiki.debian.org/Multiarch/Implementation | Debian Multiarch Implementation]] 
 +  * [[https://debian-administration.org/article/531/Using_proprietary_i386_apps_on_an_amd64_system | Debian Administrator - Using proprietary i386 apps on an amd64 system]]
  
-que està causat per //using a older version of ld to link a library that had been built with a newer version// 
  
-  * [[https://stackoverflow.com/questions/46058050/unable-to-compile-unrecognized-relocation | Unable to compile: unrecognized relocation]]  
  
-i la solució és //The fix is either to build the library that you want to link with a older version of the binutils suite, or to upgrade ld on the machine that wants to link that library.// 
  
informatica/hp_z230t_400wb_topspin327.txt · Last modified: 2020/08/12 12:21 by miquel