[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[gopher] Re: Still cannot compile



On Thu, Mar 28, 2002 at 10:48:33PM +0100, Zbigniew Baniewski wrote:
> 
> Still cannot compile gopher 3.0.4. I know, it's in some way tied to
> "curses", but I'm not C-programmer, and I cannot go any further in my
> investigations.
> 
> extern int wrefresh(WINDOW *);                          /* implemented */
> 
> I don't know, what more can I examine looking for the source of the
> problem. Could someone help?
> 

> collect2: ld returned 1 exit status

	It was a link error.
	Try "./configure --help", search for an option to
	replace curses by ncurses.

	Or edit Makefile and search for -lcurses and replace
	it with -lncurses


-- 
 Trollez, trollez, il en restera toujours quelque-chose. Il faut troller
 comme le diable, non pas timidement, non pas pour un temps, mais hardiment
 et toujours.
                                                            - Gaétan R. -


Reply to: