Greetings,
i´m not, by any means, a c++ expert and linux neither. i just want to take the oracle free tier a spin.
4 cpu´s with 24gb seems too good for personal projects.
i´m trying to build v4.0.2 from source but i´m stuck with this message:
make[3]: Entering directory '/home/opc/firebird/gen'
g++ -static-libstdc++ -pthread -Wl,-rpath,/lib -Wl,-rpath,/intl -Wl,--version-script,empty.vers /home/opc/firebird/temp/Release/gpre/c_cxx.o /home/opc/firebird/temp/Release/gpre/cmd.o /home/opc/firebird/temp/Release/gpre/cme.o /home/opc/firebird/temp/Release/gpre/cmp.o /home/opc/firebird/temp/Release/gpre/exp.o /home/opc/firebird/temp/Release/gpre/gpre.o /home/opc/firebird/temp/Release/gpre/hsh.o /home/opc/firebird/temp/Release/gpre/int_cxx.o /home/opc/firebird/temp/Release/gpre/jrdmet.o /home/opc/firebird/temp/Release/gpre/movg.o /home/opc/firebird/temp/Release/gpre/msc.o /home/opc/firebird/temp/Release/gpre/obj_cxx.o /home/opc/firebird/temp/Release/gpre/par.o /home/opc/firebird/temp/Release/gpre/pat.o /home/opc/firebird/temp/Release/gpre/sqe.o /home/opc/firebird/temp/Release/gpre/sql.o /home/opc/firebird/temp/Release/gpre/boot/gpre_meta_boot.o /home/opc/firebird/temp/Release/yvalve/gds.o /home/opc/firebird/temp/Release/common.a -o /home/opc/firebird/gen/Release/firebird/bin/gpre_boot -L/home/opc/firebird/gen/Release/firebird/lib -latomic -lm -ldl -ldecFloat -lre2
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
after the machine was created (Linux Oracle 8 a branch of centos 8) i´ve run the following commands :
git clone -b v4.0.2 https://github.com/FirebirdSQL/firebird.git
sudo yum group install "Development Install"
sudo yum install llvm-toolset libicu libicu-devel ncurses ncurses-devel
./autogen.sh --with-system-editline=yes --with-system-icu
./configure --with-builtin-tommath --with-builtin-tomcrypt --prefix=/opt/firebird
Make
it´s seems something with static libraries, wich i´ve tried to find without any luck ...
Any help ?
Thanks
Greetings,
i´m not, by any means, a c++ expert and linux neither. i just want to take the oracle free tier a spin.
4 cpu´s with 24gb seems too good for personal projects.
i´m trying to build v4.0.2 from source but i´m stuck with this message:
make[3]: Entering directory '/home/opc/firebird/gen'
g++ -static-libstdc++ -pthread -Wl,-rpath,/lib -Wl,-rpath,/intl -Wl,--version-script,empty.vers /home/opc/firebird/temp/Release/gpre/c_cxx.o /home/opc/firebird/temp/Release/gpre/cmd.o /home/opc/firebird/temp/Release/gpre/cme.o /home/opc/firebird/temp/Release/gpre/cmp.o /home/opc/firebird/temp/Release/gpre/exp.o /home/opc/firebird/temp/Release/gpre/gpre.o /home/opc/firebird/temp/Release/gpre/hsh.o /home/opc/firebird/temp/Release/gpre/int_cxx.o /home/opc/firebird/temp/Release/gpre/jrdmet.o /home/opc/firebird/temp/Release/gpre/movg.o /home/opc/firebird/temp/Release/gpre/msc.o /home/opc/firebird/temp/Release/gpre/obj_cxx.o /home/opc/firebird/temp/Release/gpre/par.o /home/opc/firebird/temp/Release/gpre/pat.o /home/opc/firebird/temp/Release/gpre/sqe.o /home/opc/firebird/temp/Release/gpre/sql.o /home/opc/firebird/temp/Release/gpre/boot/gpre_meta_boot.o /home/opc/firebird/temp/Release/yvalve/gds.o /home/opc/firebird/temp/Release/common.a -o /home/opc/firebird/gen/Release/firebird/bin/gpre_boot -L/home/opc/firebird/gen/Release/firebird/lib -latomic -lm -ldl -ldecFloat -lre2
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
after the machine was created (Linux Oracle 8 a branch of centos 8) i´ve run the following commands :
git clone -b v4.0.2 https://github.com/FirebirdSQL/firebird.git
sudo yum group install "Development Install"
sudo yum install llvm-toolset libicu libicu-devel ncurses ncurses-devel
./autogen.sh --with-system-editline=yes --with-system-icu
./configure --with-builtin-tommath --with-builtin-tomcrypt --prefix=/opt/firebird
Make
it´s seems something with static libraries, wich i´ve tried to find without any luck ...
Any help ?
Thanks