On Sat, 16 Feb 2013, Antonis Tsolomitis wrote:

>
> $ make World.dev && make all
>
> finished OK. But no programs get compiled.
>
> $ find lib -name "*.so.*"
> lib/DtWidget/libDtWidget.so.2.1
> lib/DtWidget/libDtWidget.so.2
> lib/DtPrint/libDtPrint.so.2.1
> lib/DtPrint/libDtPrint.so.2
> lib/csa/libcsa.so.2
> lib/csa/libcsa.so.2.1
> lib/DtMrm/libDtMrm.so.2
> lib/DtMrm/libDtMrm.so.2.1
> lib/DtHelp/libDtHelp.so.2
> lib/DtHelp/libDtHelp.so.2.1
> lib/DtSearch/libDtSearch.so.2.1
> lib/DtSearch/libDtSearch.so.2
> lib/DtTerm/libDtTerm.so.2
> lib/DtTerm/libDtTerm.so.2.1
> $
> $ cd programs/dtcalc/
> $ make
> rm -f dtcalc
> gcc -g -pipe -o dtcalc -O2 -fno-strict-aliasing -ansi -pedantic
> -L../../exports/lib  -L../../imports/motif/lib -L../../imports/x11/lib
> calctool.o      ds_common.o     ds_popup.o         ds_widget.o
> ds_xlib.o       functions.o         help.o          motif.o
> mp.o         text.o          version.o -lDtHelp -lDtSvc -ltt -lXm -lXt
> -lSM -lICE -lXp -lXext -lX11 -L/usr/dt/lib   -L/usr/lib  -lm
> -Wl,-rpath,/usr/dt/lib:/usr/lib
> /usr/bin/ld: cannot find -lDtSvc
> /usr/bin/ld: cannot find -ltt
> collect2: ld returned 1 exit status


You need to find out why these 2 libraries did not compile... Without
them, most of the rest of CDE (programs) will no compile, as they are
rather important libs.

[...]

-- 
Jon Trulson

   "Minivan Soccer Moms like Gladis Kravits, narc'n you off."
            - "Judas In His High Chair"




------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to