public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1
@ 1998-01-20  4:54 Earnie Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Earnie Boyd @ 1998-01-20  4:54 UTC (permalink / raw)
  To: vassilii; +Cc: gnu-win32

>From: "Vassilii Khachaturov" <vassilii@optimedia.co.il>
>To: "Gnu-Win32 (E-mail)" <gnu-win32@cygnus.com>
>Subject: NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1
>Date: Sun, 18 Jan 1998 12:03:13 +0200
>
>Hi!
>I've once heard here people have succeeded in building NCFTP.
>I've got gnuwin32 b.18
>with termcap-1.3
>and ncurses-4.1
>install & working on it.
>After configure+make (mixed-case mount, otherwise there's a clash

mixed-case-mounts are no longer a feature.  Yes, there will be a clash 
between curses.h and Curses.h.  If they are in seperate directories you 
should be ok.

>between the system
>curses.h and NCFTPs Curses.h that wraps the former)
[snip]


-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------

Check out these great gnu-win32 related sites:
ftp://ftp.cygnus.com/pub/gnu-win32/latest/           (ftp site)
http://www.cygnus.com/pubs/gnupro/                   (Comercial Page)
http://www.cygnus.com/misc/gnu-win32/                (Project Page)
http://www.cygnus.com/ml/gnu-win32                   (Mail Archives)
http://www.itribe.net/virtunix/winhelp-man-pages/    (HTML Man Pages)
http://www.lexa.ru/sos                               (Sergey Okhapkin)
ftp://www.lexa.ru/pub/domestic/sos/                (Sergey's ftp site)
http://www.fu.is.saga-u.ac.jp/~colin/gcc.html        (Colin Peters)
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ (Mumit Khan)
http://gnu-win32.paranoia.ru                   (Chuck Bogorad's ports)
ftp://ftp.deninc.com/pub (Den Internet Services - US mirror and ports)
http://www.bestweb.net/~aka/gnu-win32/  (GNU-Win32 Bash Configuration)


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1
@ 1998-01-28 15:02 Vassilii Khachaturov
  0 siblings, 0 replies; 4+ messages in thread
From: Vassilii Khachaturov @ 1998-01-28 15:02 UTC (permalink / raw)
  To: Gnu-Win32 (E-mail); +Cc: 'iko@crec.mipt.ru'

Solved!

Since then I 
1) installed the latest coolview cygwin.dll/libcygwin.a
(many thanks to Sergey!! it surprises me every now and then in
eliminating annoying things that existed in the orig. b18 cygwin.dll)
2) downloaded the newest 2.x (2.4.2) ncftp

and it compiled and worked almost out of box (still I had to fix the
name of
the Curses.h wrapper).

Thanks a lot to Igor Kovalenko for his help.

Vassilii Khachaturov
vassilii@optimedia.co.il

> -----Original Message-----
> From:	Vassilii Khachaturov [SMTP:vassilii@optimedia.co.il]
> Sent:	Sunday, January 18, 1998 12:03 PM
> To:	Gnu-Win32 (E-mail)
> Subject:	NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1
> 
> Hi!
> I've once heard here people have succeeded in building NCFTP.
> I've got gnuwin32 b.18
> with termcap-1.3
> and ncurses-4.1
> install & working on it.
> After configure+make (mixed-case mount, otherwise there's a clash
> between the system
> curses.h and NCFTPs Curses.h that wraps the former)
> I get the following linker errors (at the end of the letter).
> Any ideas?
> 
> Vassilii
> 
> gcc Bookmark.o  Cmdline.o   Cmdlist.o   Cmds.o      Complete.o  Cpp.o
> DateSize.o
>   FTP.o       Find.o      Get.o       GetPass.o   Getopt.o Glob.o
> Hostwin.o
>    LGets.o     LineList.o  List.o      Macro.o Main.o      MakeArgv.o
> Open.o
>    Prefs.o     Progress.o  Put.o RCmd.o      Strn.o      Tips.o
> Util.o
>  WGets.o     Win.o Xfer.o -o ncftp -L/usr/local/lib -lreadline
> -lncurses
> Hostwin.o: In function `DrawHostList':
> /usr/local/src/ncftp-2.3.0/Hostwin.c:135: undefined reference to
> `WAttr'
> /usr/local/src/ncftp-2.3.0/Hostwin.c:143: undefined reference to
> `WAttr'
> /usr/local/src/ncftp-2.3.0/Hostwin.c:154: undefined reference to
> `WAttr'
> /usr/local/src/ncftp-2.3.0/Hostwin.c:159: undefined reference to
> `WAttr'
> Hostwin.o: In function `EditHostWinGetStr':
> /usr/local/src/ncftp-2.3.0/Hostwin.c:335: undefined reference to
> `WAttr'
> Hostwin.o:/usr/local/src/ncftp-2.3.0/Hostwin.c:338: more undefined
> references to
>  `WAttr' follow
> Hostwin.o: In function `HostWinEdit':
> /usr/local/src/ncftp-2.3.0/Hostwin.c:651: undefined reference to
> `WAddCenteredSt
> r'
> /usr/local/src/ncftp-2.3.0/Hostwin.c:652: undefined reference to
> `WAttr'
> Hostwin.o: In function `HostWindow':
> /usr/local/src/ncftp-2.3.0/Hostwin.c:983: undefined reference to
> `WAttr'
> /usr/local/src/ncftp-2.3.0/Hostwin.c:984: undefined reference to
> `WAddCenteredSt
> r'
> /usr/local/src/ncftp-2.3.0/Hostwin.c:985: undefined reference to
> `WAttr'
> Prefs.o: In function `PrefsWinGetStr':
> /usr/local/src/ncftp-2.3.0/Prefs.c:312: undefined reference to `WAttr'
> /usr/local/src/ncftp-2.3.0/Prefs.c:314: undefined reference to `WAttr'
> Prefs.o: In function `PrefsWinGetNum':
> /usr/local/src/ncftp-2.3.0/Prefs.c:357: undefined reference to `WAttr'
> /usr/local/src/ncftp-2.3.0/Prefs.c:359: undefined reference to `WAttr'
> Prefs.o:/usr/local/src/ncftp-2.3.0/Prefs.c:400: more undefined
> references to `WA
> ttr' follow
> Prefs.o: In function `PrefsWindow':
> /usr/local/src/ncftp-2.3.0/Prefs.c:511: undefined reference to
> `WAddCenteredStr'
> 
> /usr/local/src/ncftp-2.3.0/Prefs.c:512: undefined reference to `WAttr'
> Progress.o: In function `PrPhilBar':
> /usr/local/src/ncftp-2.3.0/Progress.c:230: undefined reference to
> `gListWin'
> /usr/local/src/ncftp-2.3.0/Progress.c:230: undefined reference to
> `WAttr'
> /usr/local/src/ncftp-2.3.0/Progress.c:232: undefined reference to
> `gListWin'
> /usr/local/src/ncftp-2.3.0/Progress.c:232: undefined reference to
> `WAttr'
> gcc: Internal compiler error: program ld got fatal signal 1
> make: *** [ncftp] Error 1
> -
> For help on using this list (especially unsubscribing), send a message
> to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1
@ 1998-01-20 12:53 Vassilii Khachaturov
  0 siblings, 0 replies; 4+ messages in thread
From: Vassilii Khachaturov @ 1998-01-20 12:53 UTC (permalink / raw)
  To: Earnie Boyd, vassilii; +Cc: gnu-win32

so what? i still get the error from *linker* -- even with normal mounts
and having renamed Curses.h from NCFTP and patched hte refs. to it
accordingly.

> -----Original Message-----
> From:	Earnie Boyd [SMTP:earnie_boyd@hotmail.com]
> Sent:	Tuesday, January 20, 1998 2:54 PM
> To:	vassilii@optimedia.co.il
> Cc:	gnu-win32@cygnus.com
> Subject:	Re: NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1
> 
> 
> 
> >From: "Vassilii Khachaturov" <vassilii@optimedia.co.il>
> >To: "Gnu-Win32 (E-mail)" <gnu-win32@cygnus.com>
> >Subject: NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1
> >Date: Sun, 18 Jan 1998 12:03:13 +0200
> >
> >Hi!
> >I've once heard here people have succeeded in building NCFTP.
> >I've got gnuwin32 b.18
> >with termcap-1.3
> >and ncurses-4.1
> >install & working on it.
> >After configure+make (mixed-case mount, otherwise there's a clash
> 
> mixed-case-mounts are no longer a feature.  Yes, there will be a clash
> 
> between curses.h and Curses.h.  If they are in seperate directories
> you 
> should be ok.
> 
> >between the system
> >curses.h and NCFTPs Curses.h that wraps the former)
> [snip]
> 
> 
> -        \\||//
> ---o0O0--Earnie--0O0o----
> -earnie_boyd@hotmail.com-
> ------ooo0O--O0ooo-------
> 
> Check out these great gnu-win32 related sites:
> ftp://ftp.cygnus.com/pub/gnu-win32/latest/           (ftp site)
> http://www.cygnus.com/pubs/gnupro/                   (Comercial Page)
> http://www.cygnus.com/misc/gnu-win32/                (Project Page)
> http://www.cygnus.com/ml/gnu-win32                   (Mail Archives)
> http://www.itribe.net/virtunix/winhelp-man-pages/    (HTML Man Pages)
> http://www.lexa.ru/sos                               (Sergey Okhapkin)
> ftp://www.lexa.ru/pub/domestic/sos/                (Sergey's ftp site)
> http://www.fu.is.saga-u.ac.jp/~colin/gcc.html        (Colin Peters)
> http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ (Mumit Khan)
> http://gnu-win32.paranoia.ru                   (Chuck Bogorad's ports)
> ftp://ftp.deninc.com/pub (Den Internet Services - US mirror and ports)
> http://www.bestweb.net/~aka/gnu-win32/  (GNU-Win32 Bash Configuration)
> 
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1
@ 1998-01-18  2:04 Vassilii Khachaturov
  0 siblings, 0 replies; 4+ messages in thread
From: Vassilii Khachaturov @ 1998-01-18  2:04 UTC (permalink / raw)
  To: Gnu-Win32 (E-mail)

Hi!
I've once heard here people have succeeded in building NCFTP.
I've got gnuwin32 b.18
with termcap-1.3
and ncurses-4.1
install & working on it.
After configure+make (mixed-case mount, otherwise there's a clash
between the system
curses.h and NCFTPs Curses.h that wraps the former)
I get the following linker errors (at the end of the letter).
Any ideas?

Vassilii

gcc Bookmark.o  Cmdline.o   Cmdlist.o   Cmds.o      Complete.o  Cpp.o
DateSize.o
  FTP.o       Find.o      Get.o       GetPass.o   Getopt.o Glob.o
Hostwin.o
   LGets.o     LineList.o  List.o      Macro.o Main.o      MakeArgv.o
Open.o
   Prefs.o     Progress.o  Put.o RCmd.o      Strn.o      Tips.o
Util.o
 WGets.o     Win.o Xfer.o -o ncftp -L/usr/local/lib -lreadline -lncurses
Hostwin.o: In function `DrawHostList':
/usr/local/src/ncftp-2.3.0/Hostwin.c:135: undefined reference to `WAttr'
/usr/local/src/ncftp-2.3.0/Hostwin.c:143: undefined reference to `WAttr'
/usr/local/src/ncftp-2.3.0/Hostwin.c:154: undefined reference to `WAttr'
/usr/local/src/ncftp-2.3.0/Hostwin.c:159: undefined reference to `WAttr'
Hostwin.o: In function `EditHostWinGetStr':
/usr/local/src/ncftp-2.3.0/Hostwin.c:335: undefined reference to `WAttr'
Hostwin.o:/usr/local/src/ncftp-2.3.0/Hostwin.c:338: more undefined
references to
 `WAttr' follow
Hostwin.o: In function `HostWinEdit':
/usr/local/src/ncftp-2.3.0/Hostwin.c:651: undefined reference to
`WAddCenteredSt
r'
/usr/local/src/ncftp-2.3.0/Hostwin.c:652: undefined reference to `WAttr'
Hostwin.o: In function `HostWindow':
/usr/local/src/ncftp-2.3.0/Hostwin.c:983: undefined reference to `WAttr'
/usr/local/src/ncftp-2.3.0/Hostwin.c:984: undefined reference to
`WAddCenteredSt
r'
/usr/local/src/ncftp-2.3.0/Hostwin.c:985: undefined reference to `WAttr'
Prefs.o: In function `PrefsWinGetStr':
/usr/local/src/ncftp-2.3.0/Prefs.c:312: undefined reference to `WAttr'
/usr/local/src/ncftp-2.3.0/Prefs.c:314: undefined reference to `WAttr'
Prefs.o: In function `PrefsWinGetNum':
/usr/local/src/ncftp-2.3.0/Prefs.c:357: undefined reference to `WAttr'
/usr/local/src/ncftp-2.3.0/Prefs.c:359: undefined reference to `WAttr'
Prefs.o:/usr/local/src/ncftp-2.3.0/Prefs.c:400: more undefined
references to `WA
ttr' follow
Prefs.o: In function `PrefsWindow':
/usr/local/src/ncftp-2.3.0/Prefs.c:511: undefined reference to
`WAddCenteredStr'

/usr/local/src/ncftp-2.3.0/Prefs.c:512: undefined reference to `WAttr'
Progress.o: In function `PrPhilBar':
/usr/local/src/ncftp-2.3.0/Progress.c:230: undefined reference to
`gListWin'
/usr/local/src/ncftp-2.3.0/Progress.c:230: undefined reference to
`WAttr'
/usr/local/src/ncftp-2.3.0/Progress.c:232: undefined reference to
`gListWin'
/usr/local/src/ncftp-2.3.0/Progress.c:232: undefined reference to
`WAttr'
gcc: Internal compiler error: program ld got fatal signal 1
make: *** [ncftp] Error 1
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-01-28 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-20  4:54 NCFTP 2.3.0 on b.18+termcap-1.3+ncurses-4.1 Earnie Boyd
  -- strict thread matches above, loose matches on Subject: below --
1998-01-28 15:02 Vassilii Khachaturov
1998-01-20 12:53 Vassilii Khachaturov
1998-01-18  2:04 Vassilii Khachaturov

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