Hey Guys
Is the 2.4.x kernel and XFree86 4.x - 4.1.0 or 4.2
available in the Redhat linux 7.2 CD.I am using Redhat
linux 7.0 which has an older version of kernel and
XFree.
Regards
Deepak
--- Narsingh Sahu <[EMAIL PROTECTED]> wrote:
> Please check
> www.redhat.com/support/resources/tips/i810.
Hi Deepak,
RH 7.2 has XFree86 4.1.0 and kernel 2.4.7.
-- narsingh
--- Deepak Bajaj <[EMAIL PROTECTED]> wrote: >
Hey Guys
>
> Is the 2.4.x kernel and XFree86 4.x - 4.1.0 or 4.2
> available in the Redhat linux 7.2 CD.I am using
> Redhat
> linux 7.0 which has an older version of kernel and
> XFr
Yes, it does.
--
[sandip@mindgames ~]$ cat /etc/redhat-release
Red Hat Linux release 7.2 (Enigma)
[sandip@mindgames ~]$ rpm -q XFree86
XFree86-4.1.0-3
[sandip@mindgames ~]$ rpm -q kernel
kernel-2.4.7-10
--
Hello,
Although it is a Linux UG and not a C UG, yet can someone please solve my
one problem. In my program (written in C under Linux OS) whenever, wherever
free() call appears, it creates a run time error.The same progam is very fine
without the free() calls. Is there anything to do wi
Hello Guys,
As i am new to linux and just bought a P4 for home only to work
with Linux as there is no linux pc in our office.I am totally
facinated with this os and wanna work on it.But i m facin some
problems in it.Most of all i m unable to connect to net as on win
session modem(dialUp) is ok
Arindam Bhattacharjee wrote:
> Hello,
> Although it is a Linux UG and not a C UG, yet can someone please solve my
> one problem. In my program (written in C under Linux OS) whenever, wherever
> free() call appears, it creates a run time error.The same progam is very fine
> without the fre
Hi!
How about posting the entire code so that we can make sure that you're
allocating the memory properly before calling free().
Regards,
-Varun
On Thu, Apr 11, 2002 at 09:18:41PM +0530, Arindam Bhattacharjee spoke out thus:
> Hello,
> Although it is a Linux UG and not a C UG, yet can som