Comment 1 for bug 280503

Revision history for this message
Manuel Carro (mcarro) wrote :

In my Intrepid installation the script also returns a wrong name for the libraries - i.e., gtkada instead of gtkada2. Thus, in addition to the lines above, I had to change

libs_static="-L${libdir}/static -lgtkada ${gtk_libs}"

into

libs_static="-L${libdir}/static -lgtkada2 ${gtk_libs}"

I am attaching the complete script as I have it now. It is working (at least for some pet projects). Search for the string "MCL" to locate the changes.