From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Keith Osterheld Newsgroups: gmane.emacs.help Subject: Re: emacs under cygwin Date: Wed, 06 Jan 2016 09:12:31 -0800 Message-ID: <87oacymy23.fsf@openmailbox.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1452103615 17880 80.91.229.3 (6 Jan 2016 18:06:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2016 18:06:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: fpefpe Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 06 19:06:48 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aGsTv-0006VL-5X for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jan 2016 19:06:47 +0100 Original-Received: from localhost ([::1]:55595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGsTu-0000WL-Hp for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jan 2016 13:06:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGsCU-0001Oi-Q7 for help-gnu-emacs@gnu.org; Wed, 06 Jan 2016 12:48:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGsCR-0006ui-Km for help-gnu-emacs@gnu.org; Wed, 06 Jan 2016 12:48:46 -0500 Original-Received: from smtp6.openmailbox.org ([62.4.1.40]:55230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGsCR-0006uI-Bi for help-gnu-emacs@gnu.org; Wed, 06 Jan 2016 12:48:43 -0500 Original-Received: by mail2.openmailbox.org (Postfix, from userid 1004) id 0A0E32AC4DA7; Wed, 6 Jan 2016 18:12:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1452100374; bh=pLDDM+pD6P8vY5xZjEQ0PJiFxI7wVx31o0y0Tfu+Tgo=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=fvngqYWjrS3hwgYukhh8HzkM9S0vheRAvi9or+4Ealpo1jnaPHWedDvtEVVn1i5Gg A4UfN1BC/8t6jCVG/uRcagD7OHgRil9+0GDKgjV6/z1YlzMcQ49OrRtMARDWQ5MGKP 3VbwOoJw2DMDEBYpI2p53Hz2JTAAA+91UZXrldmA= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1452100373; bh=pLDDM+pD6P8vY5xZjEQ0PJiFxI7wVx31o0y0Tfu+Tgo=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=0dhJOfUEx200uuf+pBTPZ5evmFm1m95e6vPx3JLxop+/QavhvOc4lEeTdgidF3kDq XA3FrP3IAsY3Fx28SRhgklQ59mZuvFtRk1U5hTKf8LmpiSxyfM2JEIEuyMjjoLd2du OD3+HTK4bUCakOEhisRvo6tchoVLNxx+QjlLRK8k= In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 62.4.1.40 X-Mailman-Approved-At: Wed, 06 Jan 2016 13:06:32 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108636 Archived-At: 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