Open
Bug 1259050
Opened 9 years ago
Updated 2 years ago
[meta] Clean up libmpi
Categories
(NSS :: Libraries, defect, P3)
NSS
Libraries
Tracking
(firefox48 affected)
NEW
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: ttaubert, Unassigned)
References
(Depends on 4 open bugs)
Details
(Keywords: meta)
Attachments
(1 file)
1.21 KB,
patch
|
Details | Diff | Splinter Review |
Meta bug for tracking various clean up work for libmpi.
Comment 1•9 years ago
|
||
changes to the target.mk to build limbpi stand alone (change the architecture in the patch before applying).
to build something against libmpi do something like:
> gcc -g yourMpithing.c -I/path/to/nss/lib/freebl/ -L/path/to/nss/lib/freebl/mpi/ /path/to/nss/lib/freebl/mpi/libmpi.a
Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•