Re: Padding in gcc

2007-07-10 Thread Rodrigo Rubira Branco
On Mon, 2007-07-09 at 17:10 +0530, Rajat Jain wrote: > Hi, > > Perhaps a little offtopic but no harm in trying ... > > Can we always rely on the fact that gcc will pad the following structure? > > typedef struct { > int descrp; SYSCALL64_STRUCT_ATTR; >

Re: Padding in gcc

2007-07-09 Thread pradeep singh
On 7/9/07, Rajat Jain <[EMAIL PROTECTED]> wrote: Hi, >> >> Can we always rely on the fact that gcc will pad the following structure? >> >> typedef struct { >> int descrp; SYSCALL64_STRUCT_ATTR; >> (Automatic padding here?) >

Re: Padding in gcc

2007-07-09 Thread pradeep singh
On 7/9/07, Rajat Jain <[EMAIL PROTECTED]> wrote: Hi, Perhaps a little offtopic but no harm in trying ... Can we always rely on the fact that gcc will pad the following structure? typedef struct { int descrp; SYSCALL64_STRUCT_ATTR; (Automatic padding here?) long lo

Padding in gcc

2007-07-09 Thread Rajat Jain
Hi, Perhaps a little offtopic but no harm in trying ... Can we always rely on the fact that gcc will pad the following structure? typedef struct { int descrp; SYSCALL64_STRUCT_ATTR; (Automatic padding here?) long long pos; SYSCALL64_STRUCT_ATTR; int mode

Re: gcc version

2005-08-12 Thread P.Manohar
type gcc -v On Fri, 12 Aug 2005, rekha vn wrote: how can i find the gcc version? Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs - To unsubscribe from this list: send the line "unsubscribe linux-n

gcc version

2005-08-12 Thread rekha vn
how can i find the gcc version? Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message

Fedora core 3's gcc

2005-02-13 Thread mohammad nayyer zubair
Dear mailing list, I had a couple of questions involving the relationship between fedora core 3, gcc and glibc. gcc version is 3.4 something. I have a acer 7600GT Veriton machine and I searched online that only redhat 9 has been tested and verified that it runs on this machine. I installed

Re: Specify gcc version during make

2003-04-06 Thread Ken Moffat
On Sun, 6 Apr 2003, pa3gcu wrote: > On Saturday 05 April 2003 09:35, Eng Se-Hsieng wrote: > > Dear all, > > > > I am running gcc version 2.96 and need to install gcc version 3.2. > > > > After this installation, how may I specify in make bzImage which > >

Re: Specify gcc version during make

2003-04-06 Thread pa3gcu
On Saturday 05 April 2003 09:35, Eng Se-Hsieng wrote: > Dear all, > > I am running gcc version 2.96 and need to install gcc version 3.2. > > After this installation, how may I specify in make bzImage which > compiler version to use? /usr/bin/gcc is a symbolic link to /usr/bin/gc

Specify gcc version during make

2003-04-05 Thread Eng Se-Hsieng
Dear all, I am running gcc version 2.96 and need to install gcc version 3.2. After this installation, how may I specify in make bzImage which compiler version to use? Thank you. Regards, Se-Hsieng - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the

Re: gcc version conflict

2003-01-09 Thread pa3gcu
On Friday 10 January 2003 03:30, Jonathan Kallay wrote: > Hi all, > I'm trying to compile the kernel module for some NVidia drivers. I'm > getting an error message saying that I'm compiling a module with a > different version of the compiler than the one used to compi

Re: gcc version conflict

2003-01-09 Thread whitnl73
On Thu, 9 Jan 2003, Jonathan Kallay wrote: > Hi all, > I'm trying to compile the kernel module for some NVidia drivers. I'm > getting an error message saying that I'm compiling a module with a different > version of the compiler than the one used to compile the ker

gcc version conflict

2003-01-09 Thread Jonathan Kallay
Hi all, I'm trying to compile the kernel module for some NVidia drivers. I'm getting an error message saying that I'm compiling a module with a different version of the compiler than the one used to compile the kernel (gcc 2.95.4 is what's installed; the kernel version

Re: gcc

2002-06-26 Thread Elias Athanasopoulos
On Wed, Jun 26, 2002 at 01:37:16PM +0530, Kilaru Sambaiah wrote: > On Wednesday 26 June 2002 01:03 pm, Sridhar J (june end) wrote: > > Hello > > > > When I compile a C program using gcc, I get an a.out file. But when I type > > a.out, the error is "No such comm

Re: gcc

2002-06-26 Thread Szekely-Benczedi Endre
june end) wrote: > Hello > > When I compile a C program using gcc, I get an a.out file. But when I type > a.out, the error is "No such command" > > How do I execute the file? > > Regards > Sridhar > - > To unsubscribe from this list: send the line "

Re: gcc

2002-06-26 Thread Mark Gallagher
Sridhar J (june end) wrote: > Hello > > When I compile a C program using gcc, I get an a.out file. But when I type > a.out, the error is "No such command" > > How do I execute the file? When you type "a.out", Linux checks the various "path"

Re: gcc

2002-06-26 Thread Kilaru Sambaiah
On Wednesday 26 June 2002 01:03 pm, Sridhar J (june end) wrote: > Hello > > When I compile a C program using gcc, I get an a.out file. But when I type > a.out, the error is "No such command" > > How do I execute the file? > > Regards > Sridhar > - pwd is

gcc

2002-06-26 Thread Sridhar J (june end)
Hello When I compile a C program using gcc, I get an a.out file. But when I type a.out, the error is "No such command" How do I execute the file? Regards Sridhar - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [E

Re: gcc

2002-06-26 Thread Joseph Jackson
Sridhar J (june end) wrote: > Hello > > When I compile a C program using gcc, I get an a.out file. But when I type > a.out, the error is "No such command" > > How do I execute the file? > > Regards > Sridhar > - > To unsubscribe from this list:

RE: GCC compiling.

2001-07-09 Thread Akbar Pasha
no. i havent tried that. i was not aware of it. anyhow as i run linux at home i will try it tonight. thanx a lot ::akbar -Original Message- From: Philips [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 10:46 AM To: Akbar Pasha Cc: [EMAIL PROTECTED] Subject: Re: GCC compiling

Re: GCC compiling.

2001-07-09 Thread Philips
Akbar Pasha wrote: > > hi all, > > i am new to linux and i was getting a simple problem when trying to run > my programs using GCC. what i did was i wrote a simple program in Emacs > and then at the console i did > > "gcc -o hello hello.c" > > and wh

GCC compiling.

2001-07-09 Thread Akbar Pasha
hi all, i am new to linux and i was getting a simple problem when trying to run my programs using GCC. what i did was i wrote a simple program in Emacs and then at the console i did "gcc -o hello hello.c" and when i type "hello" at the console it says "command not f

gcc 3.0.

2001-06-23 Thread Jose Luis Alarcon
Hi Linux people ! I'm downloading just now the file gcc-3.0.tar.gz from ftp://ftp.gnu.org and i wanna quest if somebody already probed this new version of this compiler, with Java features built in. I'm SuSE 6.4 user. Need i anything special or the gcc don't require