* emacs under cygwin
@ 2016-01-06 3:31 fpefpe
2016-01-06 17:12 ` Keith Osterheld
0 siblings, 1 reply; 7+ messages in thread
From: fpefpe @ 2016-01-06 3:31 UTC (permalink / raw)
To: help-gnu-emacs
Hello -- I am having a start-up problem with emacs running under cygwin
I get this error when it start --
C:/CYGWIN/bin/emacs-X11.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
is there a way to log/trace the startup of emacs?
thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: emacs under cygwin
2016-01-06 3:31 emacs under cygwin fpefpe
@ 2016-01-06 17:12 ` Keith Osterheld
0 siblings, 0 replies; 7+ messages in thread
From: Keith Osterheld @ 2016-01-06 17:12 UTC (permalink / raw)
To: fpefpe; +Cc: help-gnu-emacs
Just run eamacs --debug-init. That should give you more info.
fpefpe writes:
> Hello -- I am having a start-up problem with emacs running under cygwin
>
> I get this error when it start --
>
> C:/CYGWIN/bin/emacs-X11.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
>
> is there a way to log/trace the startup of emacs?
>
> thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
* emacs under Cygwin
@ 2005-09-07 11:44 Paminu
2005-09-07 12:22 ` Ehud Karni
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Paminu @ 2005-09-07 11:44 UTC (permalink / raw)
I just downloaded emacs 21.4a from:
http://ftp.gnu.org/pub/gnu/emacs/
I unzipped it to my home dir in c:\cygwin and opened a shell and entered the
dir and typed ./configure. But then I get this error:
configure: error: Emacs hasn't been ported to 'i686-pc-cygwin' systems.
Is there no way to install emacs under cygwin?
I would prefer to build a native linux version under Cygwin instead of
installing the windows version.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: emacs under Cygwin
2005-09-07 11:44 emacs under Cygwin Paminu
@ 2005-09-07 12:22 ` Ehud Karni
2005-09-07 12:24 ` Chris McMahan
[not found] ` <mailman.6176.1126097556.20277.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 7+ messages in thread
From: Ehud Karni @ 2005-09-07 12:22 UTC (permalink / raw)
Cc: help-gnu-emacs
On Wed, 7 Sep 2005 13:44:21 +0200, Paminu <asdad@asd.com> wrote:
>
> I just downloaded emacs 21.4a from:
>
> http://ftp.gnu.org/pub/gnu/emacs/
>
> I unzipped it to my home dir in c:\cygwin and opened a shell and entered the
> dir and typed ./configure. But then I get this error:
>
> configure: error: Emacs hasn't been ported to 'i686-pc-cygwin' systems.
>
> Is there no way to install emacs under cygwin?
>
> I would prefer to build a native linux version under Cygwin instead of
> installing the windows version.
You can use the Cygwin's distributed Emacs (21.2) - just use setup to
download/install it. If you want to compile and install Emacs yourself,
You'll have to get it from CVS (Emacs 22.0.50), this build as is.
To get the CVS emacs do:
export CVS_RSH="ssh"
cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs
Then install it as you would do on UNIX, i.e.
configure
make bootstarp
make install
Ehud.
--
Ehud Karni Tel: +972-3-7966-561 /"\
Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign
Insurance agencies (USA) voice mail and X Against HTML Mail
http://www.mvs.co.il FAX: 1-815-5509341 / \
GnuPG: 98EA398D <http://www.keyserver.net/> Better Safe Than Sorry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: emacs under Cygwin
2005-09-07 11:44 emacs under Cygwin Paminu
2005-09-07 12:22 ` Ehud Karni
@ 2005-09-07 12:24 ` Chris McMahan
2005-09-07 12:59 ` Paulo da Costa
[not found] ` <mailman.6176.1126097556.20277.help-gnu-emacs@gnu.org>
2 siblings, 1 reply; 7+ messages in thread
From: Chris McMahan @ 2005-09-07 12:24 UTC (permalink / raw)
I assume you are running Cygwin under windows?
May I ask why you don't want to use the windows port? I've been
happily working with both for many years now.
- Chris
"Paminu" <asdad@asd.com> writes:
> I just downloaded emacs 21.4a from:
>
> http://ftp.gnu.org/pub/gnu/emacs/
>
> I unzipped it to my home dir in c:\cygwin and opened a shell and entered the
> dir and typed ./configure. But then I get this error:
>
> configure: error: Emacs hasn't been ported to 'i686-pc-cygwin' systems.
>
> Is there no way to install emacs under cygwin?
>
> I would prefer to build a native linux version under Cygwin instead of
> installing the windows version.
>
>
--
(. .)
=ooO=(_)=Ooo========================
Chris McMahan | cmcmahan-at-one.net
====================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: emacs under Cygwin
2005-09-07 12:24 ` Chris McMahan
@ 2005-09-07 12:59 ` Paulo da Costa
0 siblings, 0 replies; 7+ messages in thread
From: Paulo da Costa @ 2005-09-07 12:59 UTC (permalink / raw)
Chris McMahan wrote:
> I assume you are running Cygwin under windows?
>
> May I ask why you don't want to use the windows port? I've been
> happily working with both for many years now.
I run emacs under cygwin, and I prefer it. It is integrated with all the
other tools I have running under there. I can download and build my own
version every time I want to. I set up an emacsclient.bat to be called
from Windows, so there's really no difference.
I got my emacs using cvs from savannah.gnu.org. I use 22.0.50.1 (the
latest from less than a month ago) and I had no problem building it
under cygwin. If you pay attention to the ./configure messages you may
find out you have to go back and install some packages from cygwin -
such as a compiler :) or automake or some such -, but otherwise it's
pretty seamless.
Paulo
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <mailman.6176.1126097556.20277.help-gnu-emacs@gnu.org>]
end of thread, other threads:[~2016-01-06 17:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06 3:31 emacs under cygwin fpefpe
2016-01-06 17:12 ` Keith Osterheld
-- strict thread matches above, loose matches on Subject: below --
2005-09-07 11:44 emacs under Cygwin Paminu
2005-09-07 12:22 ` Ehud Karni
2005-09-07 12:24 ` Chris McMahan
2005-09-07 12:59 ` Paulo da Costa
[not found] ` <mailman.6176.1126097556.20277.help-gnu-emacs@gnu.org>
2005-09-07 13:23 ` Paulo da Costa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.