Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 11:02:43 -0500
From:      Peter Schultz <peter@jocose.org>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        Alfred Perlstein <bright@mu.org>, Peter Wemm <peter@wemm.org>, Wilko Bulte <wkb@freebie.xs4all.nl>, taguchi@tohoku.iij.ad.jp, freebsd-current@FreeBSD.ORG
Subject:   Re: XFree86-4-libraries build error
Message-ID:  <3CF64D23.7010702@jocose.org>
References:  <20020530073424.A2613@freebie.xs4all.nl>	<20020530080003.D6BB4380A@overcee.wemm.org>	<20020530080355.GN17045@elvis.mu.org> <xzplma1enm7.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav wrote:
 > Alfred Perlstein <bright@mu.org> writes:
 >
 >>* Peter Wemm <peter@wemm.org> [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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CF64D23.7010702>