Re: Make error on FreeBSD after link

2009-04-23 Thread Kenton Varda
It appears as if your make is not properly expanding the $^ variable -- it's replacing it with the empty string. Try using gmake? On Thu, Apr 23, 2009 at 8:22 AM, wrote: > > Hi, > > I am trying to build protobuf 2.0.3 on FreeBSD 7.1 and am running into > an error in the make immediately after t

Make error on FreeBSD after link

2009-04-23 Thread tim . espey
Hi, I am trying to build protobuf 2.0.3 on FreeBSD 7.1 and am running into an error in the make immediately after the link step. I run configure with the --disable-shared argument, then run make. The make appears to compile all of the code, and successfully produces the archives in the src/.libs