public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: "Frank Ch. Eigler" <fche@redhat.com>
To: Ashutosh Vyas <ashutoshvyas@tataelxsi.co.in>
Cc: SID public developers <sid@sources.redhat.com>
Subject: Re: building error in SID with eCos , using cygwin
Date: Mon, 03 May 2004 19:39:00 -0000	[thread overview]
Message-ID: <20040503193911.GB15997@redhat.com> (raw)
In-Reply-To: <001c01c430e2$30450bb0$5514010a@telxsi.com>

Hi -

> I had tried to build the tree with option "--disable-shared". But it is
> still sending  the same error message. Nothing has proceeded more with this.

Ah, interesting.  It looks like include/sidso.h should honour static-only
compilation for cygwin and disable those DLLEXPORT/DLLIMPORT macros.
Would you try changing the associated lines of sidso.h to

// #ifdef __CYGWIN__
// #define DLLEXPORT __declspec(dllexport)
// #define DLLIMPORT __declspec(dllimport)
// #else
#define DLLEXPORT
#define DLLIMPORT
// #endif

and try again (still with --disable-shared)?
All this is just to get you working until we have time to understand the
original dll-related error message.


- FChE

  parent reply	other threads:[~2004-05-03 19:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-30 10:07 Ashutosh Vyas
2004-04-30 20:13 ` Frank Ch. Eigler
     [not found]   ` <001c01c430e2$30450bb0$5514010a@telxsi.com>
2004-05-03 19:39     ` Frank Ch. Eigler [this message]
2004-05-04  7:32       ` Ashutosh Vyas
     [not found] <NMEDLDELHPEFHOMFIJBHOELDDDAA.rcc@jennic.com>
2004-05-04  3:13 ` Ashutosh Vyas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040503193911.GB15997@redhat.com \
    --to=fche@redhat.com \
    --cc=ashutoshvyas@tataelxsi.co.in \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).