GLUI - Cannot create libglui.a

Hi,

I have just downloaded GLUI.
I am on Mandrake Linux 9.1.
This is my problem…

#make
Creating library
ar -r lib/libglui.a glui_add_controls.o glui.o glui_bitmap_img_data.o glui_bitmaps.o glui_button.o glui_edittext.o glui_checkbox.o glui_node.o glui_radio.o glui_statictext.o glui_panel.o glui_separator.o glui_spinner.o glui_control.o glui_column.o glui_translation.o glui_rotation.o glui_mouse_iaction.o glui_listbox.o glui_rollout.o arcball.o algebra3.o quaternion.o
ar: lib/libglui.a: No such file or directory

I dont understand why it can’t create the library. In the makefile the paths to the required libs and include files appear to be correct however I am a total novice and could be overlooking something.

THIS IS PART OF THE MAKEFILE:

GLUT_LIB_LOCATION=/usr/X11R6/lib //libglut.la libGL.la libGLU.la live here
GLUT_INC_LOCATION=/usr/X11R6/include/GL //all .h´s are here
CFLAGS =

#for sgi – comment out the lines below to use on HP
//CC=CC -g0 -o32
#CC=gcc
#CC=g++ -O3
CPPFLAGS=-I${GLUT_INC_LOCATION} #-w
GLLIBS=-L${GLUT_LIB_LOCATION} -lglut -lGL -lGLU
LPATH=${GLUTPATH}
INCS=

libs = ${GLLIBS} -lXmu -lXext -lX11 -lXi -lm #-lmalloc

LIBGLUI= -Llib -lglui

All: lib/libglui.a bin/example1 bin/example2 bin/example3 bin/example4 bin/example5
GLUI_OBJS = glui_add_controls.o glui.o glui_bitmap_img_data.o glui_bitmaps.o glui_button.o glui_edittext.o glui_checkbox.o glui_node.o glui_radio.o glui_statictext.o glui_panel.o glui_separator.o glui_spinner.o glui_control.o glui_column.o glui_translation.o glui_rotation.o glui_mouse_iaction.o glui_listbox.o glui_rollout.o arcball.o algebra3.o quaternion.o

Any thoughts as to what could be wrong?

Adhara

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.