NASM

From CBLFS
Revision as of 15:30, 25 September 2006 by Jciccone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://prdownloads.sourceforge.net/nasm/nasm-0.98.39.tar.bz2
Required Patch: http://svn.cross-lfs.org/svn/repos/patches/nasm/nasm-0.98.39-security_fix-1.patch

Dependencies

Optional (For Building Documentation)

Non-Multilib

Compile the package:

patch -Np1 -i ../nasm-0.98.39-security_fix-1.patch &&
./configure --prefix=/usr &&
make

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

patch -Np1 -i ../nasm-0.98.39-security_fix-1.patch &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

patch -Np1 -i ../nasm-0.98.39-security_fix-1.patch &&
CC="gcc ${BUILDN32}" ./configure --prefix=/usr &&
make

Install the package

make install

64Bit

Compile the package:

patch -Np1 -i ../nasm-0.98.39-security_fix-1.patch &&
CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
make

Install the package

make install

Documentation