You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-dev
I am building mongo on OS X which works fine with the following
command:
scons --64
but I cannot seem to find libmongoclient.a file. Is there a scons flag
I need to add to get that to build. If not, do you know where the
location is? I tried searching and it does not seem to find it.
-R
metagoto
unread,
Dec 14, 2009, 9:15:30 AM12/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-dev
libmongoclient.a is built in the source directory.
You can use --prefix to install files at a desired location
scons --prefix=/path/to/dir install