comp.lang.ada
 help / color / mirror / Atom feed
* Texttools (Linux) - problem during compilation
@ 2006-12-26  0:28 xaerxess
  2006-12-26 10:55 ` Damien Carbonne
  2007-01-03 20:26 ` Ludovic Brenta
  0 siblings, 2 replies; 3+ messages in thread
From: xaerxess @ 2006-12-26  0:28 UTC (permalink / raw)


Hi,

 I want to use texttools ( http://www.pegasoft.ca/tt.html ) in my
program and first I checked how to compile an example file. I installed
libtexttools-dev via apt-get and then tried to compile the file:

$ gnatmake -aI/usr/share/ada/adainclude/texttools
-aO/usr/lib/ada/adalib/texttools basic2.adb -largs -ltexttools
gnatbind -aO./ -aO/usr/lib/ada/adalib/texttools -I- -x basic2.ali
gnatlink -ltexttools basic2.ali
/usr/bin/../lib/libtexttools.so: undefined reference to
`system__interrupts__install_handlers'
/usr/bin/../lib/libtexttools.so: undefined reference to
`system__interrupts__register_interrupt_handler'
/usr/bin/../lib/libtexttools.so: undefined reference to
`system__interrupts___init_proc__7'
/usr/bin/../lib/libtexttools.so: undefined reference to
`system__tasking__protected_objects__entries__initialize_protection_entries'
/usr/bin/../lib/libtexttools.so: undefined reference to
`system__tasking__protected_objects__entries__unlock_entries'
/usr/bin/../lib/libtexttools.so: undefined reference to
`system__tasking__protected_objects__entries__lock_entries'
gnatlink: cannot call /usr/bin/gnatgcc
gnatmake: *** link failed.

What's wrong? Of course, there is a link gnatgcc in /usr/bin/

BTW: Has anybody any experience with using texttools?




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

end of thread, other threads:[~2007-01-03 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-26  0:28 Texttools (Linux) - problem during compilation xaerxess
2006-12-26 10:55 ` Damien Carbonne
2007-01-03 20:26 ` Ludovic Brenta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox