Hi, Thanks for using the PRF. We build daily with SuSE 8.2 and GCC 3.3 and don't have problems. Try to set the LD_LIBRARY_PATH to a full path for a test. I think you have to search the problem in the export of ACE_ROOT and LD_LIBRARY_PATH. Regards, Johnny Willemsen Remedy IT BV Leeghwaterstraat 25 2811 DT Reeuwijk The Netherlands www.theaceorb.nl / www.remedy.nl <jahb@lineone.net> wrote in message news:<3F216AC2000202DE@mk-cpfrontend-3.mail.uk.tiscali.com>... > ACE VERSION: > > 5.3.0 (and latest beta version) > > HOST MACHINE and OPERATING SYSTEM: > > SUSE linux 8.0 > > If on Windows based OS's, which version of WINSOCK do you > use?:n/a > > TARGET MACHINE and OPERATING SYSTEM, if different from HOST: > COMPILER NAME AND VERSION (AND PATCHLEVEL): > > gcc 2.95.3 > > GNU make 3.79.1 > > CONTENTS OF $ACE_ROOT/ace/config.h: > > config-linux.h > > CONTENTS OF $ACE_ROOT/include/makeinclude/platform_macros.GNU (unless > this isn't used in this case, e.g., with Microsoft Visual C++): > > platform_linux.GNU > > AREA/CLASS/EXAMPLE AFFECTED: > [What example failed? What module failed to compile?] > > compiler error during make: > [in $ACE_ROOT/apps/..] > ../src/gperf -a -p -c -l -S1 -o ./c.gperf> cinset.cpp > .../src/gperf: error while loading shared libraries: libACE.so.5.3.0 cannot > open file or directory > make[6]: ***[cinset.cpp]Error 127 > make[6]: leaving directory..........etc....etc > > DOES THE PROBLEM AFFECT: > COMPILATION? yes > LINKING? > On Unix systems, did you run make realclean first? > EXECUTION? > OTHER (please specify)? > [Please indicate whether ACE, your application, or both are affected.] > > SYNOPSIS: > see below > > DESCRIPTION: > halts compilation on return of the above error message after typing "make" > in the ace root. > The same problem occurs with ace 5.30 and the latest version downloaded > from the ace website. > I have set $LD_LIBRARY_PATH to $ACE_ROOT/ace > > REPEAT BY: > cd into $ACE_ROOT and type make in suse 8.0 > > SAMPLE FIX/WORKAROUND: > [If available ] > >