Dag-Erling Smorgrav wrote:
 > Alfred Perlstein <[EMAIL PROTECTED]> writes:
 >
 >>* Peter Wemm <[EMAIL PROTECTED]> [020530 01:01] wrote:
 >>
 >>>gcc-3.1 appears to have broken
 >>>#pragma weak foo = bar
 >>
 >>What's the correct way to do this now?
 >
 >
 > #pragma weak foo = "bar"
 >
 > as you'd have guessed if you'd bothered to read the error message and
 > look at the code
 >
 > DES

Amazing, the obvious.  Now I get this:

rm -f ../../../../../lib/GL/mesa/src/translate.o
unshared/../../../../../lib/GL/mesa/src/translate.o
LD_LIBRARY_PATH=../../../../../exports/lib cc -c -ansi -pedantic
-Dasm=__asm -Wall -Wpointer-arith  -I../../../../../exports/include/X11
-I../../../../../include/extensions
-I../../../../../extras/Mesa/src/OSmesa -I../../../../../extras/Mesa/src        
-I../../../../../extras/Mesa/include   -I../../../../..
-I../../../../../exports/include   -DCSRG_BASED  -DFUNCPROTO=15
-DNARROWPROTO -DXTHREADS   -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI
-DMALLOC_0_RETURNS_NULL      ../../../../../lib/GL/mesa/src/translate.c
-o unshared/../../../../../lib/GL/mesa/src/translate.o
Assembler messages:
FATAL: can't create unshared/../../../../../lib/GL/mesa/src/translate.o:
No such file or directory
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib/GL/mesa/src/OSmesa.


The make needs to go back one more level:
unshared/../../../../../../lib/GL/mesa/src/translate.o

How to do this, I do not know.

Pete...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to