Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ Cygwin
It is now over 60 days since the last post. This thread is closed.
Refresh page
Pages: 1
2
3
| Posted by
| Microp
USA (68 posts) Bio
|
| Date
| Reply #30 on Sat 30 Mar 2002 10:06 PM (UTC) |
| Message
| On the thread "Compiling under Cygnus", I found that all these changes were already made to the src, after I did tar and searched through it.
Yet I still get these crypt errors when I do a compile.
.
.
.
ot find -lcrypt
collect2: ld returned 1 exit status
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/home/nick/smaug/dist/src'
make: *** [all] Error 2 | | Top |
|
| Posted by
| Microp
USA (68 posts) Bio
|
| Date
| Reply #31 on Sun 31 Mar 2002 03:06 AM (UTC) Amended on Sun 31 Mar 2002 03:07 AM (UTC) by Microp
|
| Message
| I've done it!
I've compiled Smuag.
Sat Mar 30 21:54:32 2002 :: (Name Not Set) ready at address comp01 on port 4000
I connected fine using Lordrom | win95, through MUSHClient.
One final question though, in the makefile,
does "Uncomment" mean to do this..
#Uncomment the line below if you are getting undefined re_exec errors
NEED_REG =
#Uncomment the line below if you are getting undefined crypt errors
NEED_CRYPT =
or this..
#Uncomment the line below if you are getting undefined re_exec errors
#Uncomment the line below if you are getting undefined crypt errors
Or does it even matter?
Lastly "Makefile" vs "Makefile.Unix"? Differences?
Thanks for all your help Nick. | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #32 on Sun 31 Mar 2002 10:20 PM (UTC) |
| Message
| The make file had this in it ...
#Uncomment the line below if you are getting undefined re_exec errors
#NEED_REG = -lgnuregex
#Uncomment the line below if you are getting undefined crypt errors
#NEED_CRYPT = -lcrypt
To "uncomment" the lines means to take out the comment character (#), so they would become ...
#Uncomment the line below if you are getting undefined re_exec errors
NEED_REG = -lgnuregex
#Uncomment the line below if you are getting undefined crypt errors
NEED_CRYPT = -lcrypt
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| VNPrasanna
(1 post) Bio
|
| Date
| Reply #33 on Thu 12 Jun 2008 05:55 AM (UTC) |
| Message
| Hi,
I am new to this. Can any one tell me how to install "Man Program" in Cygwin. I mean, is there any download available.
I am getting "Command Not Found error" for almost all the commands like man, ls, cygcheck -s, ssh etc....
Can anyone help me in installing all the patches and tell me where all these are available to install them in Cygwin.
Please help me soon............
Thanks in advance to all of you....
| | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #34 on Thu 12 Jun 2008 09:42 PM (UTC) |
| Message
| |
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
121,489 views.
This is page 3, subject is 3 pages long:
1
2
3
It is now over 60 days since the last post. This thread is closed.
Refresh page
top