RE: SFL R1.5 / genmake.sh
"Leonberger, Pierce" <[email protected]>
| Newsgroups | gmane.ietf.sfl |
|---|---|
| Message-ID | <[email protected]> |
I wrote that script a log time ago. I don't know if I ever created that readme :-) I don't see it in our baseline. All the script does is merge the ./makes/Makehead.<os> (<os> is determined by 'uname') the Make*.in files which are in the specific directories. So if you are building for SunOS, Solaris, HPUX, or Linux you should just have to create the appropriate ./makes/Makehead.<os> file. If you are building for a system other than that you'll need to edit ./makes/genmake.sh as well to recognize the values returned by 'uname'. >From the root level of the SFL release you should be able to do a "make setup" (generates makefiles) followed by "make". If you have difficulty building the SFL for Solaris or Linux (the only two UNIX systems we currently support) please send me an e-mail. -Pierce -----Original Message----- From: Philippe WILLEM [mailto:[email protected]] Sent: Monday, February 28, 2000 9:51 AM To: [email protected] Subject: SFL R1.5 / genmake.sh Hi, In ./makes/genmake.sh it is said to read the file ./makes/README.TXTtu access further explanations about this script, unfortunately the current distrib is missing this file. Anybody can post this file for me ?