From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7efbdbcd2058c74e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-15 08:11:11 PST Path: archiver1.sj.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news3.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada References: <3AE9145E.36604291@mail.utexas.edu> <1pvG6.3640$gX3.225320@news3.oke.nextra.no> <3AEA5D01.77EA699B@mail.utexas.edu> <3AEEEA4C.8C10C85A@mail.utexas.edu> Subject: Re: Recompiling GtkAda to handle Annex E variant of s-stratt. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: <7GbM6.10467$gX3.740364@news3.oke.nextra.no> Date: Tue, 15 May 2001 17:10:24 +0200 NNTP-Posting-Host: 130.67.137.171 X-Complaints-To: news-abuse@nextra.no X-Trace: news3.oke.nextra.no 989939459 130.67.137.171 (Tue, 15 May 2001 17:10:59 MEST) NNTP-Posting-Date: Tue, 15 May 2001 17:10:59 MEST Organization: Nextra Public Access Xref: archiver1.sj.google.com comp.lang.ada:7520 Date: 2001-05-15T17:10:24+02:00 List-Id: Hi! Linux RedHat 6.2, GNAT 3.13p-5 trying Gtk+ 1.2.8 and glib 1.2.8 A bit worried about your patients; I think I have mended the previous problem, but when I perform make install on GtkAda I am now the happy owner of the following response: ------------------------------------------------ bash# make install make -C src install make[1]: Entering directory `/usr/src/redhat/SOURCES/GtkAda-1.2.11/src' mkdir -p lib-obj chmod +x gate gtkada-config make -C gtkextra make[2]: Entering directory `/usr/src/redhat/SOURCES/GtkAda-1.2.11/src/gtkextra' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/redhat/SOURCES/GtkAda-1.2.11/src/gtkextra' gnatmake: objects up to date. gcc -shared -fPIC -o libgtkada-1.2.so.11 \ -Wl,-soname,libgtkada-1.2.so.11 lib-obj/glib*.o lib-obj/gdk*.o \ lib-obj/gtk*.o lib-obj/misc.o lib-obj/misc_extra.o gtkextra/gtk*.o -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgm odule -lglib -ldl -lXext -lX11 -lm gcc: lib-obj/glib*.o: Ingen slik fil eller filkatalog <------------- ???? also gtk*.o is asked for. make[1]: *** [libgtkada.so] Error 1 make[1]: Leaving directory `/usr/src/redhat/SOURCES/GtkAda-1.2.11/src' make: *** [install] Error 2 bash# pwd ------------------------------------------------ Where do I find the o.* files "it" is asking for? I have tried to pick up all *.o files from glin and gtk recompilation, and drop them into directory lib-obj in GtkAda, but I find very few gli*.o related files; in fact this output is generated from one of these attempts; in the beginning "it" asks for gtk*.o also. Frank