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]

gcc-ada (3.4.1) and GHDL


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 
../libiberty/libiberty.a
gnatbind -aO./ -aI./vhdl -aOvhdl -E -I- -x vhdl/ortho_gcc-main.ali
gnatlink vhdl/ortho_gcc-main.ali -o ghdl1.exe agcc-bindings.o agcc-version.o 
../gcc/toplev.o ../gcc/c-convert.o ../gcc/libbackend.a 
../libiberty/libiberty.a
../gcc/toplev.o(.text+0x6abd):toplev.c: undefined reference to 
`_libintl_gettext'
../gcc/toplev.o(.text+0x6b05):toplev.c: undefined reference to 
`_libintl_gettext'
../gcc/toplev.o(.text+0x6b20):toplev.c: undefined reference to 
`_libintl_gettext'
../gcc/toplev.o(.text+0x6b7b):toplev.c: undefined reference to 
`_libintl_gettext'
../gcc/toplev.o(.text+0x6b96):toplev.c: undefined reference to 
`_libintl_gettext'
../gcc/toplev.o(.text+0x6bd1):toplev.c: more undefined references to 
`_libintl_gettext' follow
../gcc/libbackend.a(intl.o)(.text+0x5b):intl.c: undefined reference to 
`_libintl_bindtextdomain'
../gcc/libbackend.a(intl.o)(.text+0x67):intl.c: undefined reference to 
`_libintl_textdomain'
../gcc/libbackend.a(final.o)(.text+0x21f1):final.c: undefined reference to 
`_libintl_gettext'
../gcc/libbackend.a(final.o)(.text+0x2205):final.c: undefined reference to 
`_libintl_gettext'
../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




--
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]