heyyy
trying to install 0.37 extended on my new RH 8 system, im new to linux so bear with me if this is something simple.
im following the Generic GNU/Linux compile instructions in the install.txt file (is this correct?). the first 2 steps are "./configure", which works fine and creates a makefile, but when i enter "make" i get this error:
[root@x1-6-00-e0-7d-9d-da-d5 src]# make
gcc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses
-Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DPA_USE_OSS
-DPA_LITTLE_ENDIAN -DUSEAPI_OSS -I../portaudio/pa_common
-I../portaudio/pablio -I../portaudio/portmidi-macosx
-fno-strict-aliasing -DINSTALL_PREFIX="/usr/local" -I. -c -o
../obj/g_canvas.o g_canvas.c
Assembler messages:
FATAL: can't create ../obj/g_canvas.o: No such file or directory
make: *** [g_canvas.o] Error 1
im not really sure what to do if a file it wants just isnt there.... heeeeeeelppp
GORDON!