OK, thanks. I found the reason, and as expected it was a silly one.
Default Mageia installation, did not include g++. I installed it and everything seems to have compiled. Libraries and programs. Next problem is that the installation script does not copy all the programs in /usr/dt/bin/ Why this? some programs, although compiled did not get copied in the installation directory. For example dtaction, ttrm, ttmv, tttar ttsnoop, ttsession (most important) and others. Copying them by hand in /usr/dt/bin did not do the trick. The desktop does not start. Antonis. Στις 16/02/2013 09:19 μμ, ο/η Jon Trulson έγραψε: > 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. > > [...] > ------------------------------------------------------------------------------ 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