- Notifications
You must be signed in to change notification settings - Fork28
Commit31bca45
committed
I have included a couple of patches that will make postgres
compile out of the tar file on Solaris with the SUN 5.0 compilers.These compilers will be needed if you wan to compile the libpg++interface without using the gcc/g++. The SC4.2 compilers do notunderstand the string class.The first patch changes the ecpg intermediate shared libraryname from *.sho to *.sho.o so that the SUN compiler willallow it to be used in conjunction with the -o option.Matthew C. Aycock1 parent6129de0 commit31bca45
2 files changed
+9
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
| 77 | + | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 |
| |
24 | 29 |
| |
25 | 30 |
| |
|
0 commit comments
Comments
(0)