From: Iwan B. <ib...@co...> - 2003-08-04 09:28:16
|
Thanks a lot! That did the job. Unfortunately I already have the next problem... I tried to compile the samples with gmake as well but was not succesful... The error message looks like that: ../src/occ -- -g -o person person.cc lt_dlopen(VerboseClass-init.so) failed: ld.so.1: ../src/occ: fatal: VerboseClass-init.so: open failed: No such file or directory gmake: *** [person] Error 1 I have set the LD_LIBRARY_PATH variable to the sample directory with set LD_LIBRARY_PATH=/home/ibirrer/data/opencxx/sample Regards Iwan ----- Original Message ----- From: "Grzegorz Jakacki" <ja...@he...> To: "Iwan Birrer" <ib...@co...> Cc: <ope...@li...> Sent: Friday, August 01, 2003 2:26 AM Subject: Re: [Opencxx-users] Compiling under solaris > On Thu, 31 Jul 2003, Iwan Birrer wrote: > > > I gave it up trying to compile the source on windows and changed to unix. > > But unfortunately I was not succesful as well :-(( > > > > After invoking configure, the 'make' command outputs the following: > > > > ibirrer@tardis-b03:~/opencxx>make > > make all-recursive > > ... > > make: Fatal error in reader: Makefile.gc, line 351: Extra `:', `::', or `:=' > > on > > dependency line > > Current working directory /home/ibirrer/opencxx/gc > > ... > > > > - The unix System is running under solaris. > > - I use the actual CVS version. > > - Version 2.5.12 is compiling succesfully > > Looks like your make is not smart enough. Use GNU make (perhaps it lives > on your system as gmake; ./configure MAKE=gmake should do the trick). > > Best regards > Grzegorz > > > > > > > Thanks for any help! > > > > Iwan > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Opencxx-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opencxx-users > > > > > > ################################################################## > # Grzegorz Jakacki Huada Electronic Design # > # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # > # tel. +86-10-64365577 x2074 Beijing 100015, China # > # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # > ################################################################## > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > |