Wed Dec 21 10:25:27 2005

Ticket #1573

error on boost with make -C scheduler all


Priority: normal Reporter: fvanberckel
Severity: minor Assigned to: maroy
Component: development environment Status: new
Version: 1.0.x Resolution:  
Milestone: 1.0.x Keywords:  

Description by fvanberckel:

Get a error on boost with make -C ./src/products/scheduler all (make compile)

/usr/bin/ld: cannot find -lboost_date_time-gcc
collect2: ld returned 1 exit status
make[1]: *** [tmp/scheduler] Error 1

Installed: libboost-dev , libboost-date-time1.33.0 , libboost-date-time-de

Attachments

Changelog

Thu Dec 22 10:45:18 2005: Modified by fvanberckel

    Ok done the changes on boost_date_time-gcc with:

    Modules *./eventScheduler/etc/Makefile.in:BOOST_DATE_TIME_LIB = boost_date_time *./playlistExecutor/etc/Makefile.in:BOOST_DATE_TIME_LIB = boost_date_time *./widgets/etc/Makefile.in:BOOST_DATE_TIME_LIB = boost_date_time *./core/etc/Makefile.in:BOOST_DATE_TIME_LIB = boost_date_time *./schedulerClient/etc/Makefile.in:BOOST_DATE_TIME_LIB = boost_date_time

    Products *./gLiveSupport/etc/Makefile.in:BOOST_DATE_TIME_LIB = boost_date_time *./scheduler/etc/Makefile.in:BOOST_DATE_TIME_LIB = boost_date_time

    Thu Dec 22 10:48:04 2005: Modified by fvanberckel

      From Akos

      > ls /usr/lib/libboost_date_time.so -> libboost_date_time-gcc-mt-1_33.so

      try temoving the "-gcc" from the end of boost_date_time-gcc from the Makefile...

      Tue Dec 27 17:18:56 2005: Modified by fvanberckel

        About the above boost changes i wanted to go back to the original makefile.in's, to test/compare the ls library boost and the system boost, so i created a symlink

        sudo ln -s libboost_date_time-gcc-mt-1_33.so libboost_date_time-gcc.so


        Add/Change #1573 (error on boost with make -C scheduler all)




        Change Properties






        Action