Re: building everybuddy
Stuart Longland <[email protected]>
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Edward L. Haletky wrote: | Hi Vincent, | | You could always use the Win32 version on your NT System and not worry about | rebuilding | EB? | | _Edward I'd agree with you here, except that Vincent said he had to use XDMCP to connect to the internet. I'm assuming that this means his NT system does not have direct access to the internet which would be required by Everybuddy and therefore it is not likely to work. |>-----Original Message----- |> |>Question |> |>I am not an advanced user |> |>I work on a NT system, and have to use X-Win32 to gain acces to the |>internet. I can open a telnetsession to the internet pc. |> |>The internet (remote) system is a SunOs 5.6, and i checked that it is |>also known as Solaris 2.6 |> |>I want to use everybuddy to chat with my overseas friends. Clearly i |>have to use the remote pc to do it. |> |>I downloaded Source (.tar.gz 0.4.3) and want to follow the instructions. |>But the command make is not known. Where do i get "make" Also running |>the configure script does not work, or better, i do not know how. |> |>./configure gives command not found |> |>sh ./configure gives |>./configure: ^M: not found |>./configure: ^M: not found |>./configure: ^M: not found |>./configure: syntax error at line 28: 'in^M' unexpected |> This looks like a problem with the line termination. Windows uses a Carriage Return, followed by a Line Feed to terminate a line, while UNIX uses a single Line Feed. If a DOS/Windows text file is read into a UNIX editor like Vi, you will see a ^M at the end of each line. ^M is hat notation for a carriage return (ASCII character 13). If you have Vi, or Vi Improved, you can open the configure script up and use the following command: :%s/<CTRL+V><CTRL+M>// (note you should see :%s/^V^M// or something like that on the command line) This will strip the carriage returns from the file. Also, the configure script I think is written in the Bourne Again shell, so if this doesn't work, try running this instead: % bash configure Just out of couriousity, how did you decompress the file? If you used a Windows utility, then this would be your problem. To decompress a .tar.gz file in UNIX: % tar -xzvf <FILE> (Note, the v is optional, it spits out each filename as it extracts it) - -- ######################################################### ##*****************************************************## ##**+++++++++++++++++++++++++++++++++++++++++++++++++**## ##**++---------------------------------------------++**## ##**++-- Stuart Longland --++**## ##**++-- http://stuartl.cjb.net/ --++**## ##**++-- --++**## ##**++-- Longland Clan @ Brismesh (719) --++**## ##**++-- --++**## ##**++-- CS: --<i!CNC!i>-- Redhatter --++**## ##**++-- Clan Nutcases -- Co-founder --++**## ##**++-- http://longlandclan.hopto.org/nutcases/ --++**## ##**++-- --++**## ##**++-- I haven't lost my mind -- it's backed --++**## ##**++-- up on a tape somewhere... --++**## ##**++---------------------------------------------++**## ##**+++++++++++++++++++++++++++++++++++++++++++++++++**## ##*****************************************************## ######################################################### -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1-nr1 (Windows 2000) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE+JBIdIGJk7gLSDPcRAkwDAJ9C3fR7C/zJ/fFzLihXWRnb5Jj9VgCePO+P CPSTHAvSWVGKb/cxb2mkRk8= =Ec5X -----END PGP SIGNATURE-----