zoukankan      html  css  js  c++  java
  • Install 32bit libraries in 64 bit ubuntu(14.10)

    Install 32bit libraries in 64 bit ubuntu(14.10)

    Install 32bit libraries in 64 bit ubuntu(14.10)

    I downloaded lingo11 (which is a cracked version,32bit), and when I was trying to run that program in 64 bit ubuntu, the bash complained that the target exection file did not exist. And I realized that it is the architecture problem that leads to such response. Using the following instructions to install the necessary packages:

    sudo apt-get install gcc-multilib
    sudo apt-get install libc6:i386

    After installing the above mentioned libs, all programs work fine.

    Author: wujing

    Created: 2015-03-16 一 15:21

    Emacs 24.3.1 (Org mode 8.2.10)

  • 相关阅读:
    友盟—安卓巴士【Android开发原创教程大赛】
    iOS开发视频教程下载/iphone开发视频教程下载
    发一个Android开发的外包项目。欢迎外包团队来骚扰
    安卓巴士总结了近百个Android优秀开源项目,覆盖Android开发的每个领域
    安卓巴士精选Android开发教程
    做了一个系列的Android开发教程列表
    深刻理解C#的传值调用和传引用调用
    《CLR Via C# 第3版》笔记之(四) 类中字段的默认赋值
    《CLR Via C# 第3版》笔记之(七) const和readonly
    《CLR Via C# 第3版》笔记之(十二) 事件
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4341916.html
Copyright © 2011-2022 走看看