This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc-ada (3.4.1) and GHDL


Pinhas Krengel wrote:

I tried to build the package GHDL on gcc 3.4.1 on cygwin. I got an error message (below). Can someone give me a tip on how to attack this problem?
Thanks, Pinhas


gnatmake: objects up to date.
gnatmake -o ghdl1.exe -aI./vhdl -aOvhdl ortho_gcc-main \
-bargs -E -cargs -O -Wall -gnata -largs agcc-bindings.o agcc-version.o .../gcc/toplev.o ../gcc/c-convert.o ../gcc/libbackend.a

[...]


.../gcc/libbackend.a(rtl-error.o)(.text+0x147):rtl-error.c: undefined reference to `_libintl_gettext'
collect2: ld returned 1 exit status
gnatlink: cannot call /cygdrive/c/pini_prog/cygwin/bin/gcc.exe
gnatmake: *** link failed.
make[1]: *** [ghdl1.exe] Error 4
make[1]: Leaving directory `/usr/src/gcc-3.4.1/gcc'
make: *** [all-gcc] Error 2

configure with --enable-nls=no or --disable-nls or fix the templates to include libintl at the linkline, and please notify the author about the problem.

Gerrit
--
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]