I am trying to compile/install protobuf. I have a solaris 10 and I
read the README.txt and as per it,

I did
$ ./configure --prefix=<PATH> LDFLAGS=-L$PWD/src/solaris

it was still reading libstdc++.la from /usr/sfw/lib

Then I set it to as per the comments I saw in src/solaris/libstdc++.la
as follows.

$ ./configure --prefix=<PATH> LDFLAGS='-Lsrc/solaris'

When I do

$make

I get this error.

../libtool: line 4463: cd: src/solaris: No such file or directory
libtool: link: cannot determine absolute directory name of `src/
solaris'

Any ideas how to fix this?

-Prasad.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to