public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Ian Roxborough <irox@redhat.com>
To: Aurelian Melinte <ame01@gmx.net>, sourcenav@sources.redhat.com
Subject: Re: attempting to build parser on Windows
Date: Tue, 19 Feb 2002 15:19:00 -0000	[thread overview]
Message-ID: <3C718B7C.2785EB0B@redhat.com> (raw)
In-Reply-To: <1.1.1.11.2.20020218163931.00a9d6d8@pop.gmx.net>

Hi Aurelian,

There is no support for building Source-Navigator with
gcc on Windows.  There will be in the future, this would
probably be the next "major" piece of work I do to SN
(unless somebody is going to beat me to it).

Ian.


Aurelian Melinte wrote:
> 
> hello,
> 
> sorry to bother you with a problem about a product that has been stopped,
> but I cannot find useful information on the list (I am not currently
> subscribed but I checked the archives)
> 
> who can answer a short answer about using the SDK on Windows? I cannot
> manage to link with the libraries provided, obviously I am missing
> something. As soon as I call an sdk function, say, sn_reset_column() a
> bunch of Windows specific symbols are not resolved (see below).
> 
> I am using
>    SN50-010322 Windows,
>    CYGWIN_NT-5.0 1.3.2(0.39/3/2) 2001-05-20 23:28 i686 unknown
>    gcc version 2.95.3-5 (cygwin special)
> 
> Below are the Makefile and the output.
> 
> Best regards,
> A.
> 
> #
> 
> SNSDK =  /cygdrive/c/Program\
> Files/SN50-010322-Windows/H-i686-pc-cygwin/share/sdk
> 
> LIBS  = -L$(SNSDK)/lib -lm -lfl -lsnptools -ldbutils -lpafdb -lutils -ltcl81
> CCOPTS= -I$(SNSDK)/include
> 
> all: jbrowser
> 
> jbrowser: pipe.o log.o
>         $(CC) $(CCOPTS) -o $@ $+ $(LIBS)
> 
> .c.o:
>         $(CC) $(CCOPTS) -c -o $@ $<
> 
> .PHONY: clean
> clean:
>         rm *.o
> 
> Here's what I get:
> 
> gcc -I/cygdrive/c/Program\
> Files/SN50-010322-Windows/H-i686-pc-cygwin/share/sdk/
> include -o jbrowser pipe.o log.o -L/cygdrive/c/Program\
> Files/SN50-010322-Window
> s/H-i686-pc-cygwin/share/sdk/lib -lm -lfl -lsnptools -ldbutils -lpafdb
> -ltcl81 -
> lutils
> /cygdrive/c/Program
> Files/SN50-010322-Windows/H-i686-pc-cygwin/share/sdk/lib/lib
> snptools.a(snptools.obj.b): In function `sn_getopt':
> f:\work\SN50\01031:35: undefined reference to `_assert'
> /cygdrive/c/Program
> Files/SN50-010322-Windows/H-i686-pc-cygwin/share/sdk/lib/lib
> snptools.a(snptools.obj.b): In function `sn_process_options':
> f:\work\SN50\01031:106: undefined reference to `_assert'
> /cygdrive/c/Program
> Files/SN50-010322-Windows/H-i686-pc-cygwin/share/sdk/lib/lib
> snptools.a(snptools.obj.b): In function `sn_error':
> f:\work\SN50\01031:4: undefined reference to `_iob'
> f:\work\SN50\01031:7: undefined reference to `_iob'
> /cygdrive/c/Program
> Files/SN50-010322-Windows/H-i686-pc-cygwin/share/sdk/lib/lib
> snptools.a(snptools.obj.b): In function `sn_message':
> f:\work\SN50\01031:384: undefined reference to `_iob'
> f:\work\SN50\01031:387: undefined reference to `_iob'

           reply	other threads:[~2002-02-18 22:02 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1.1.1.11.2.20020218163931.00a9d6d8@pop.gmx.net>]

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=3C718B7C.2785EB0B@redhat.com \
    --to=irox@redhat.com \
    --cc=ame01@gmx.net \
    --cc=sourcenav@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).