vile
[Top][All Lists]
Advanced

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

Re: [vile] 9.6 on gentoo blows up during install


From: Thomas Dickey
Subject: Re: [vile] 9.6 on gentoo blows up during install
Date: Tue, 15 Jan 2008 13:34:04 -0500 (EST)

On Tue, 15 Jan 2008, Steven Lembark wrote:


Is this a known problem or should I look
further into it?

   /usr/bin/install -c vile-txt-filt /opt/vile/9.6/lib/vile/vile-txt-filt
   gcc -Wall -rdynamic -O3 -march=pentium4 -pipe  -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement
-export-dynamic -o vile-vile-filt vilefilt.o filterio.o filters.o -lfl

The symbol is defined in builtflt.c - and I haven't seen any problems with that. It's one of the entrypoints I added to make vilemode do syntax checks, sometime last fall.

I'm puzzled how it's using the -rdynamic option when it's compiling an
external filter - would expect to see a ".so" in the output.

   vilefilt.o: In function `yylex':
   vilefilt.c:(.text+0x1d3c): undefined reference to `vl_check_cmd'
   vilefilt.c:(.text+0x1d87): undefined reference to `vl_check_cmd'
   collect2: ld returned 1 exit status
   make[1]: *** [vile-vile-filt] Error 1
   make[1]: Leaving directory `/scratch/vile-9.6/filters'
   make: *** [install] Error 2

--
Steven Lembark                                          +1 888 359 3508
Workhorse Computing                                       85-09 90th St
address@hidden                                 Woodhaven, NY 11421


_______________________________________________
vile mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/vile


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]