Search Results

Search: Posts Made By: shafi2all
Forum: Solaris 05-11-2011
2,563
Posted By shafi2all
Motif 2.1 migration from Motif 1.2
An application was getting built using Motif 1.2 that used come along Solaris 6 OS for compiling and linking. Application is run using Motif 2.1 on Solaris 10 and it is working fine.

Application...
Forum: Solaris 05-09-2011
2,901
Posted By shafi2all
Motif 1.2 support on Solaris 10
Hello,

I used to compile and link the code on Solaris 6 using Motif 1.2 (that used to come as part of Operating System)

I would like to use the same version of Motif 1.2 for compilation and...
Forum: Programming 04-19-2011
2,427
Posted By shafi2all
After using the option, ...
After using the option, -D_STLP_EXPOSE_GLOBALS_IMPLEMENTATION the above issue got resolved. This option i got it by seeing the source code of STLport..It is not mentioned in the STLport...
Forum: Programming 04-14-2011
2,427
Posted By shafi2all
The above error got resolved by adding a STLport...
The above error got resolved by adding a STLport compiler(user defined option) "-D_STLP_USE_NEWALLOC" but the other errror still comes and binary is not built due to that.. Other error shown in...
Forum: Programming 03-31-2011
1,893
Posted By shafi2all
Migration of application from libCstd.so.1 to libstlport.so.1
Hello,

I want to migrate from application that was compiled with Sun 4.2 compiler with C++ standard library(libCstd.so.1) to STLport(libstlport.so.1) library.

I am able to compile all the...
Forum: Programming 03-29-2011
2,103
Posted By shafi2all
while compling C++ files on Solaris 10 using Sun...
while compling C++ files on Solaris 10 using Sun 5.8 C++ complier
Forum: Programming 03-29-2011
2,103
Posted By shafi2all
"__stl_new" must have a prototype
Hello,

I am gettig an error as shown below while compiling using Sun C++ 5.8 compilation,

"/temp5/SUNWspro/prod/include/CC/stlport4/stl/_alloc.h", line 134: Error: The function "__stl_new"...
Forum: Programming 03-24-2011
2,427
Posted By shafi2all
I am getting symbol referencing errors due to...
I am getting symbol referencing errors due to that mismatch and not able to build the executable... Same thing is happening for bool Vs int (Rebalance....)
Forum: Programming 03-24-2011
2,427
Posted By shafi2all
Symbol differences in STLport library and application object file
Hello,

I compiled the object file of a binary and i could see the symbol , "void*std::__node_alloc<1,0>::_M_allocate(unsigned)", this is actually present as...
Forum: Programming 03-22-2011
1,438
Posted By shafi2all
This got compiled successfully using Sun 4.2...
This got compiled successfully using Sun 4.2 Compiler and the code is running also. Now with Sun 5.8 C++ compiler (SunStuio11) , there are restrictions..

I am trying to display the output in the...
Forum: Programming 03-22-2011
1,438
Posted By shafi2all
"cout = outFile" is not compiled
Hello,

Compilation of the line "cout = outFile" throws error
"Error: std::ios_base::operator=(const std::ios_base&) is not accessible from std::ios ::operator=(const std::ios &)."
...
Forum: Programming 03-22-2011
2,026
Posted By shafi2all
attach is not a member of ofstream
Hi,

Code written in C++ got compiled successfully using Sun 4.2 Compiler on Solaris 6. As part of migration, i am using same code and trying to compile using Sun 5.8 C++ compiler(Sun Studio11) on...
Forum: Programming 12-29-2010
1,084
Posted By shafi2all
Microline Component ToolKit equivalent
Hello,

MCT(Microline Component Toolkit) is a thirdparty product used to display widgets like GRIDs, buttons etc.. using Java. If you have more details about the product and please send the...
Forum: Programming 12-08-2010
1,341
Posted By shafi2all
classes X, Y without package name are not getting...
classes X, Y without package name are not getting imported. The error is with JDK 1.6 .. I require the working JDK for this type of importing ? I cannot move the classes and class has to be imported...
Forum: Programming 12-08-2010
1,341
Posted By shafi2all
JDK 1.6 error - simple
Please look at below and let me know if some one has solution for this issue.

when the code is trying to import the class directly an error is displayed saying " '.' expected ".

I tires...
Forum: Solaris 08-20-2010
1,507
Posted By shafi2all
installtool installation errors
I have a product that is built using installtool software(using makekit utility). I am able to build the product successfully but while installing the product on a machine i am getting errrors as...
2,288
Posted By shafi2all
My requirement is for C-shell and hoe people...
My requirement is for C-shell and hoe people would have understood the issue clearly. it is about populating a variable with various string values during the execution.
2,288
Posted By shafi2all
dynamically adding values in c-shell
I am needing to create a variable(changing) and assign it a value(changing) ... I am using C-Shell..

Example:

foreach account in ($Accountlist)
set account_connect = "$account/$account_pass"...
Forum: Solaris 07-30-2009
4,526
Posted By shafi2all
Even this comman fails, Reva% rsh -n -l...
Even this comman fails,

Reva% rsh -n -l ora1040 192.23.9.47 ". ~/.profile >/dev/null 2>/dev/null;ls"
permission denied
Reva%
Forum: Solaris 07-29-2009
4,526
Posted By shafi2all
rsh fails with -n option
Issue is with rsh loggin.

I tried logging into solaris machine from solaris machine using rsh with login prompt, it passes.

$ rsh -l USERNAME IPADDRESS
<Prompt for password> :
USERNAME...
Forum: Programming 07-20-2009
3,336
Posted By shafi2all
I need it urgently the solution... Any ideas over...
I need it urgently the solution... Any ideas over this folks?
Forum: Programming 07-17-2009
3,336
Posted By shafi2all
headless mode does not work for me.. I tried it...
headless mode does not work for me.. I tried it using JVM option -Djava.awt.headless=true

Wondering, is there any similar option for swings only? (Formula one has 2 components one is awt and...
Forum: Programming 07-16-2009
3,336
Posted By shafi2all
swing not getting initialized when the DISPLAY is not set
I have a batch programme which will load the Spreadsheet into database..

When the DISPLAY is set and X11 window server is running, there is no issue in reading the spreadsheet and loading into...
Forum: Solaris 07-07-2009
3,835
Posted By shafi2all
Solaris 6 container support
Is solaris 6 container support available ? Say, If I have a machine with Solaris 10 operating system.. Can i install Solaris 6 container on this machine, so that the machine will have Solaris 6...
Forum: Solaris 05-20-2009
2,137
Posted By shafi2all
proc precompilation - linking results in symbolic referncing errors
I can compile and link a piece of code on Solaris 2.6 .. I want the same thing to be done on Solaris8..

I am getting symbolic refernce errors while linking... Errors looks to be with proc symbols...
Showing results 1 to 25 of 86

 
All times are GMT -4. The time now is 03:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy