Splack Linux
Slackware for Sparc
Sign Up!
Login
Welcome to Splack Linux
Monday, February 06 2012 @ 04:45 PM

Compiling 64bit programs

Bugs / Known issuesHi there, I have a question: how can I compile 64bit programs under Splack? I can\'t understand what all the various GCC commands are for, but they all give some errors:
cclix7:~ $ gcc64 a.c
a.c:1:19: stdio.h: No such file or directory

cclix7:~ $ gcc -m64 a.c
cc1: -m64 is not supported by this configuration
cc1: -mlong-double-64 not allowed with -m64

What should I do? GCC is 3.2.3 (splack-current), and a.c is just a helloworld program.

Thanks in advance!

Story Options

2 comments

The following comments are owned by whomever posted them. This site is not responsible for what they say.
Authored by: crn on Tuesday, November 09 2004 @ 01:55 AM Compiling 64bit programs
Try using <stdio.h> not stdio.h
[ # ]