Green Wan
2006-05-26 10:07:14 UTC
Hi,
I am try to build Pixil-1.2.3.tar.gz on my cygwin system. I've run
nano-x on it successfully. The following is my setting and compiling
error.
--------< Setting of config in directory, pixil-1.2.3. >---------
a. MW_PREFIX="/usr/src/Pixil/microwindows-0.90/src"
b. CONFIG_PIXILDT=y
c. CONFIG_PIXILDT_FLTKDIR="/usr/src/fltk-1.1.7"
-------< Compile error after typing "make">------------------
a. The first part is like that can't link C++ library.
make[1]: Entering directory `/usr/src/pixil-1.2.3/libs'
make[2]: Entering directory `/usr/src/pixil-1.2.3/libs/flek/src'
gcc -Wl,-soname,`basename libflek.so` -shared -o libflek.so FDate.o
FSocket.o FFile.o FVector.o FImage.o FSGI.o FPNM.o Fl_App_Window.o
Fl_Better_Window.o Fl_Calendar.o Fl_Dockable_Window.o Fl_Stock.o
Fl_Toggle_Node_Base.o Fl_Toggle_Node.o Fl_Toggle_Tree_Base.o
Fl_Toggle_Tree.o Flv_CStyle.o Flv_Style.o Flv_List.o Flv_Table.o
Flve_Check_Button.o Flve_Input.o Flve_Combo.o Fl_Time.o
FDate.o:FDate.cxx:(.text+0x952): undefined reference to `operator
new(unsigned int)'
FDate.o:FDate.cxx:(.text+0x17dc): undefined reference to
`std::ios_base::Init::Init()'
FDate.o:FDate.cxx:(.text+0x17f8): undefined reference to
`std::ios_base::Init::~Init()'
b. the second part is like that can't link with FLTK library, is
it?
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x1f): undefined reference to
`Fl_Window::~Fl_Window()'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x4f): undefined reference to
`Fl_Window::~Fl_Window()'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x7f): undefined reference to
`Fl_Window::~Fl_Window()'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0xb0): undefined reference to
`___gxx_personality_sj0'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x103): undefined reference to
`operator new(unsigned int)'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x136): undefined reference to
`Fl_Pack::Fl_Pack(int, int, int, int, char const*)'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x162): undefined reference to
`operator new(unsigned int)'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x195): undefined reference to
`Fl_Window::Fl_Window(int, int, int, int, char const*)'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x1cb): undefined reference to
`operator delete(void*)'
Could anyone help me out? =D
Best regards,
Green
I am try to build Pixil-1.2.3.tar.gz on my cygwin system. I've run
nano-x on it successfully. The following is my setting and compiling
error.
--------< Setting of config in directory, pixil-1.2.3. >---------
a. MW_PREFIX="/usr/src/Pixil/microwindows-0.90/src"
b. CONFIG_PIXILDT=y
c. CONFIG_PIXILDT_FLTKDIR="/usr/src/fltk-1.1.7"
-------< Compile error after typing "make">------------------
a. The first part is like that can't link C++ library.
make[1]: Entering directory `/usr/src/pixil-1.2.3/libs'
make[2]: Entering directory `/usr/src/pixil-1.2.3/libs/flek/src'
gcc -Wl,-soname,`basename libflek.so` -shared -o libflek.so FDate.o
FSocket.o FFile.o FVector.o FImage.o FSGI.o FPNM.o Fl_App_Window.o
Fl_Better_Window.o Fl_Calendar.o Fl_Dockable_Window.o Fl_Stock.o
Fl_Toggle_Node_Base.o Fl_Toggle_Node.o Fl_Toggle_Tree_Base.o
Fl_Toggle_Tree.o Flv_CStyle.o Flv_Style.o Flv_List.o Flv_Table.o
Flve_Check_Button.o Flve_Input.o Flve_Combo.o Fl_Time.o
FDate.o:FDate.cxx:(.text+0x952): undefined reference to `operator
new(unsigned int)'
FDate.o:FDate.cxx:(.text+0x17dc): undefined reference to
`std::ios_base::Init::Init()'
FDate.o:FDate.cxx:(.text+0x17f8): undefined reference to
`std::ios_base::Init::~Init()'
b. the second part is like that can't link with FLTK library, is
it?
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x1f): undefined reference to
`Fl_Window::~Fl_Window()'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x4f): undefined reference to
`Fl_Window::~Fl_Window()'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x7f): undefined reference to
`Fl_Window::~Fl_Window()'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0xb0): undefined reference to
`___gxx_personality_sj0'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x103): undefined reference to
`operator new(unsigned int)'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x136): undefined reference to
`Fl_Pack::Fl_Pack(int, int, int, int, char const*)'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x162): undefined reference to
`operator new(unsigned int)'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x195): undefined reference to
`Fl_Window::Fl_Window(int, int, int, int, char const*)'
Fl_App_Window.o:Fl_App_Window.cxx:(.text+0x1cb): undefined reference to
`operator delete(void*)'
Could anyone help me out? =D
Best regards,
Green