public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Win32 & Cygnus-GCC: how to compile abrowser from source distribution?
@ 2000-08-10  4:17 reinhard.griech
  0 siblings, 0 replies; only message in thread
From: reinhard.griech @ 2000-08-10  4:17 UTC (permalink / raw)
  To: sourcenav

Hi,

I'm trying to create my own abrowser.  Problem is to compile (more
precisely: link) the abrowser example from the source distribution.
Looking at the Makefile one will recognize the following:

LIBS=-L${SDK}/lib -lm -ldl -lfl -lsnptools -ldbutils -lpafdb -ltcl8.1
-lutils

There are no such libtcl8.1(I suspect this is a typo and should read as
tcl81), also there is no libdl.a.  Also the OUT should be modified, so one
will get an abrowser.exe.

Modifying the LIBS-line still results in the following messages:

hardy://c/Programme/Cygnus/SN451/share/sdk/parsers/examples/assembly> make
TARGET=linux-i486-elf
gcc -o abrowser.exe abrowser.o -L../../../../sdk/lib -lm -lfl -lsnptools
-ldbutils -lpafdb -ltcl81 -lutils
../../../../sdk/lib/libsnptools.a(snptools.obj.b): In function `sn_getopt':
w:\work\cygnus\sn-:35: undefined reference to `_assert'
../../../../sdk/lib/libsnptools.a(snptools.obj.b): In function
`sn_process_options':
w:\work\cygnus\sn-:106: undefined reference to `_assert'
../../../../sdk/lib/libsnptools.a(snptools.obj.b): In function `sn_error':
w:\work\cygnus\sn-:4: undefined reference to `_iob'
w:\work\cygnus\sn-:7: undefined reference to `_iob'
:

BTW there is no w:\work on my system...

Thanks for any help.

Hardy


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-08-10  4:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-10  4:17 Win32 & Cygnus-GCC: how to compile abrowser from source distribution? reinhard.griech

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).