[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

HowTo get the 64 bits compile & Run Time environment for Knoppix 7.6.0 ?



Hi Klaus,
I hope you and your family are doing well. Thank you very much for this new version of Knoppix. Some time ago you provided a HowTo get the 64 bits compile & run time environment for Knoppix 7.0.2 (cf below). These steps are no longer working with Knoppix 7.6.0. Could you please suggest something ? Could you please consider adding the minimal 64 bits run time libraries to your next release ? So 64 bits binaries (with statically linked libraries or minimal linked libraries) could also be executed right out of your great dvd. A script to install the 64 bits compile environment would be ideal.
Thank you very much for your time, hard work and persistence.
Best Regards,
Gilles

#################################################################################################
#
# http : / / knoppix.net/forum/threads/29878-Knoppix-7.0.2-EN-DVD-notes-comments?p=126922&viewfull=1#post126922
#
# 06-07-2012 06:28 AM
#
# Hi Gilles,
# I have successfully tried the following with Knoppix V7.0.2.
# You have to replace the packages libc-bin, libc-dev-bin, libc6, libc6-dev
# with those of the unstable branch. Open a terminal an issue
#
# sudo apt-get update
# sudo apt-get -d -t unstable install libc-bin libc-dev-bin libc6 libc6-dev
# sudo chvt 1
# init 2
# apt-get -t unstable install libc-bin libc-dev-bin libc6 libc6-dev
# chroot /UNIONFS/
# apt-get -t unstable -f install
# exit
# init 5
# chvt 5
#
# Now you can install the current packages gcc-4.6-multilib and g++-4.6-multilib
# from the unstable branch.
#
# sudo apt-get -y -t unstable install gcc-4.6-multilib g++-4.6-multilib
#
# Download and extract pi_quick_start.tar.gz
# Change to your pi_quick_start directory and load start.sh into a text editor.
# Replace all occurances of "cc" with "gcc -m64". Save the file and exit the text editor.
# Set the environment variable CFLAGS:
#
# export CFLAGS=-m64
# ./start.sh
#
# Best Regards
# Klaus 2008
#
###########################################



Reply to: