| Author |
what should be use in redhat 8.0 make file instead of freebsd file (bsd.port.mk)
|
|
| yogesh 2006-12-26, 1:15 am |
| my project is casino game its develop in c++ by FREEBSD 4.11
now my work is to update the file in REDHAT 8.0 , for that makefile
what changes should be done
plz any one can help me
mail me at :yogeshk@redim.net
| |
| Grant Edwards 2006-12-26, 1:15 am |
| On 2006-12-26, yogesh <yogeshkumark@gmail.com> wrote:
> my project is casino game its develop in c++ by FREEBSD 4.11
>
> now my work is to update the file in REDHAT 8.0 , for that
> makefile what changes should be done
How would we know? Do a "make" and fix whatever doesn't work.
But first, be warned: RedHat 8.0 is very old, and it was also
very broken. It was so bad that it was the one version of RH,
that the company I was working for back then refused to
support. If you really must run something ancient, run RH 7.3.
> plz any one can help me
RH 8.0 was a disaster. Help yourself by picking something a
little newer and a lot less broken.
--
Grant Edwards grante Yow! If elected, Zippy
at pledges to each and every
visi.com American a 55-year-old
houseboy...
| |
| yogesh 2006-12-26, 7:13 am |
| can u tell me what are the changes should be made in my Makefile form
FREEBSD TO REDHAT
CAN U TELL ME WHICH FILE IS THE MAINFILE FOR THE REDHAT TO INITIALIZE
THE SYSTEM
> RH 8.0 was a disaster. Help yourself by picking something a
> little newer and a lot less broken.
>
> --
> Grant Edwards grante Yow! If elected, Zippy
> at pledges to each and every
> visi.com American a 55-year-old
> houseboy...
| |
| David Dorward 2006-12-26, 1:12 pm |
| yogesh wrote:
> can u tell me what are the changes should be made in my Makefile form
> FREEBSD TO REDHAT
No, we cannot. As Grant implied, you haven't provided enough information
about the problem.
> CAN U TELL ME WHICH FILE IS THE MAINFILE FOR THE REDHAT TO INITIALIZE
> THE SYSTEM
The kernel? That would depend on what kernel is installed. It almost
certainly lives somewhere in /boot/. The details should be specified in the
config file for lilo or grub (depending on which one you use). The man
pages for those two pieces of software should provide you with the
information you need to interpret them.
[vbcol=seagreen]
This is very good advice.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
| |
| Grant Edwards 2006-12-26, 1:12 pm |
| On 2006-12-26, yogesh <yogeshkumark@gmail.com> wrote:
> can u tell me what are the changes should be made in my Makefile form
> FREEBSD TO REDHAT
None. A freebsd makefile should be compatbile.
> CAN U TELL ME WHICH FILE IS THE MAINFILE FOR THE REDHAT TO INITIALIZE
> THE SYSTEM
vmlinuz
--
Grant Edwards grante Yow! My haircut is totally
at traditional!
visi.com
| |
|
| On Tue, 26 Dec 2006 03:08:57 -0800, yogesh wrote:
> can u tell me what are the changes should be made in my Makefile form
> FREEBSD TO REDHAT
>
> CAN U TELL ME WHICH FILE IS THE MAINFILE FOR THE REDHAT TO INITIALIZE
> THE SYSTEM
___________________
/| /| | |
||__|| | Please do |
/ O O\__ NOT |
/ \ feed the |
/ \ \ trolls |
/ _ \ \ ______________|
/ |\____\ \ ||
/ | | | |\____/ ||
/ \|_|_|/ \ __||
/ / \ |____| ||
/ | | /| | --|
| | |// |____ --|
* _ | |_|_|_| | \-/
*-- _--\ _ \ // |
/ _ \\ _ // | /
* / \_ /- | - | |
* ___ c_c_c_C/ \C_c_c_c____________
--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
|
|
|
|